public static class ManagedInstanceGroup.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ManagedInstanceGroup |
build() |
ManagedInstanceGroup.Builder |
compartmentId(String compartmentId)
OCID for the Compartment
|
ManagedInstanceGroup.Builder |
copy(ManagedInstanceGroup model) |
ManagedInstanceGroup.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ManagedInstanceGroup.Builder |
description(String description)
Information specified by the user about the managed instance group
|
ManagedInstanceGroup.Builder |
displayName(String displayName)
Managed Instance Group identifier
|
ManagedInstanceGroup.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ManagedInstanceGroup.Builder |
id(String id)
OCID for the managed instance group
|
ManagedInstanceGroup.Builder |
lifecycleState(LifecycleStates lifecycleState)
The current state of the Software Source.
|
ManagedInstanceGroup.Builder |
managedInstances(List<Id> managedInstances)
list of Managed Instances in the group
|
ManagedInstanceGroup.Builder |
osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
|
public ManagedInstanceGroup.Builder displayName(String displayName)
Managed Instance Group identifier
displayName - the value to setpublic ManagedInstanceGroup.Builder id(String id)
OCID for the managed instance group
id - the value to setpublic ManagedInstanceGroup.Builder description(String description)
Information specified by the user about the managed instance group
description - the value to setpublic ManagedInstanceGroup.Builder compartmentId(String compartmentId)
OCID for the Compartment
compartmentId - the value to setpublic ManagedInstanceGroup.Builder managedInstances(List<Id> managedInstances)
list of Managed Instances in the group
managedInstances - the value to setpublic ManagedInstanceGroup.Builder lifecycleState(LifecycleStates lifecycleState)
The current state of the Software Source.
lifecycleState - the value to setpublic ManagedInstanceGroup.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 ManagedInstanceGroup.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 ManagedInstanceGroup.Builder osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
osFamily - the value to setpublic ManagedInstanceGroup build()
public ManagedInstanceGroup.Builder copy(ManagedInstanceGroup model)
Copyright © 2016–2022. All rights reserved.