Package com.oracle.bmc.recovery.model
Class ChangeProtectionPolicyCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.recovery.model.ChangeProtectionPolicyCompartmentDetails.Builder
-
- Enclosing class:
- ChangeProtectionPolicyCompartmentDetails
public static class ChangeProtectionPolicyCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeProtectionPolicyCompartmentDetails
build()
ChangeProtectionPolicyCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the Protection Policy should be moved.ChangeProtectionPolicyCompartmentDetails.Builder
copy(ChangeProtectionPolicyCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeProtectionPolicyCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment into which the Protection Policy should be moved.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeProtectionPolicyCompartmentDetails build()
-
copy
public ChangeProtectionPolicyCompartmentDetails.Builder copy(ChangeProtectionPolicyCompartmentDetails model)
-
-