public static class ManagedInstanceGroupSummary.Builder extends Object
| Constructor and Description |
|---|
Builder() |
public ManagedInstanceGroupSummary.Builder displayName(String displayName)
user settable name
displayName - the value to setpublic ManagedInstanceGroupSummary.Builder id(String id)
OCID for the managed instance group
id - the value to setpublic ManagedInstanceGroupSummary.Builder compartmentId(String compartmentId)
OCID for the Compartment
compartmentId - the value to setpublic ManagedInstanceGroupSummary.Builder description(String description)
Information specified by the user about the managed instance group
description - the value to setpublic ManagedInstanceGroupSummary.Builder managedInstanceCount(Integer managedInstanceCount)
Number of managed instances in this managed instance group
managedInstanceCount - the value to setpublic ManagedInstanceGroupSummary.Builder lifecycleState(LifecycleStates lifecycleState)
The current state of the Software Source.
lifecycleState - the value to setpublic ManagedInstanceGroupSummary.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 ManagedInstanceGroupSummary.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 ManagedInstanceGroupSummary.Builder osFamily(OsFamilies osFamily)
The Operating System type of the managed instance.
osFamily - the value to setpublic ManagedInstanceGroupSummary build()
public ManagedInstanceGroupSummary.Builder copy(ManagedInstanceGroupSummary o)
Copyright © 2016–2022. All rights reserved.