Class ChangeDrProtectionGroupCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.ChangeDrProtectionGroupCompartmentDetails.Builder
-
- Enclosing class:
- ChangeDrProtectionGroupCompartmentDetails
public static class ChangeDrProtectionGroupCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeDrProtectionGroupCompartmentDetails
build()
ChangeDrProtectionGroupCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment to which the DR protection group should be moved.ChangeDrProtectionGroupCompartmentDetails.Builder
copy(ChangeDrProtectionGroupCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeDrProtectionGroupCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to which the DR protection group should be moved.Example: ocid1.compartment.oc1..uniqueID
- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeDrProtectionGroupCompartmentDetails build()
-
copy
public ChangeDrProtectionGroupCompartmentDetails.Builder copy(ChangeDrProtectionGroupCompartmentDetails model)
-
-