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