Package com.oracle.bmc.waas.model
Class ChangeCustomProtectionRuleCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.waas.model.ChangeCustomProtectionRuleCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeCustomProtectionRuleCompartmentDetails
 
 public static class ChangeCustomProtectionRuleCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeCustomProtectionRuleCompartmentDetailsbuild()ChangeCustomProtectionRuleCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeCustomProtectionRuleCompartmentDetails.Buildercopy(ChangeCustomProtectionRuleCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeCustomProtectionRuleCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment into which the resource should be moved.For information about moving resources between compartments, see Moving Resources to a Different Compartment. - Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeCustomProtectionRuleCompartmentDetails build() 
 - 
copypublic ChangeCustomProtectionRuleCompartmentDetails.Builder copy(ChangeCustomProtectionRuleCompartmentDetails model) 
 
- 
 
-