Class AttachManagedInstanceGroupToProfileDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.AttachManagedInstanceGroupToProfileDetails.Builder
-
- Enclosing class:
- AttachManagedInstanceGroupToProfileDetails
public static class AttachManagedInstanceGroupToProfileDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachManagedInstanceGroupToProfileDetails
build()
AttachManagedInstanceGroupToProfileDetails.Builder
copy(AttachManagedInstanceGroupToProfileDetails model)
AttachManagedInstanceGroupToProfileDetails.Builder
managedInstanceGroupId(String managedInstanceGroupId)
The OCID of the managed instance group that the instance will be associated with.
-
-
-
Method Detail
-
managedInstanceGroupId
public AttachManagedInstanceGroupToProfileDetails.Builder managedInstanceGroupId(String managedInstanceGroupId)
The OCID of the managed instance group that the instance will be associated with.- Parameters:
managedInstanceGroupId
- the value to set- Returns:
- this builder
-
build
public AttachManagedInstanceGroupToProfileDetails build()
-
copy
public AttachManagedInstanceGroupToProfileDetails.Builder copy(AttachManagedInstanceGroupToProfileDetails model)
-
-