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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeCustomProtectionRuleCompartmentDetails
build()
ChangeCustomProtectionRuleCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the resource should be moved.ChangeCustomProtectionRuleCompartmentDetails.Builder
copy(ChangeCustomProtectionRuleCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeCustomProtectionRuleCompartmentDetails build()
-
copy
public ChangeCustomProtectionRuleCompartmentDetails.Builder copy(ChangeCustomProtectionRuleCompartmentDetails model)
-
-