public static class CreateManagedInstanceGroupDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateManagedInstanceGroupDetails.Builder displayName(String displayName)
Managed Instance Group identifier
displayName
- the value to setpublic CreateManagedInstanceGroupDetails.Builder description(String description)
Information specified by the user about the managed instance group
description
- the value to setpublic CreateManagedInstanceGroupDetails.Builder compartmentId(String compartmentId)
OCID for the Compartment
compartmentId
- the value to setpublic CreateManagedInstanceGroupDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic CreateManagedInstanceGroupDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic CreateManagedInstanceGroupDetails.Builder osFamily(OsFamilies osFamily)
The Operating System type of the managed instance(s) on which this scheduled job will operate. If not specified, this defaults to Linux.
osFamily
- the value to setpublic CreateManagedInstanceGroupDetails build()
public CreateManagedInstanceGroupDetails.Builder copy(CreateManagedInstanceGroupDetails model)
Copyright © 2016–2024. All rights reserved.