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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeProtectionPolicyCompartmentDetailsbuild()ChangeProtectionPolicyCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the Protection Policy should be moved.ChangeProtectionPolicyCompartmentDetails.Buildercopy(ChangeProtectionPolicyCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic 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
 
 - 
buildpublic ChangeProtectionPolicyCompartmentDetails build() 
 - 
copypublic ChangeProtectionPolicyCompartmentDetails.Builder copy(ChangeProtectionPolicyCompartmentDetails model) 
 
- 
 
-