Package com.oracle.bmc.opsi.model
Class ChangeChargebackPlanCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.ChangeChargebackPlanCompartmentDetails.Builder
-
- Enclosing class:
- ChangeChargebackPlanCompartmentDetails
public static class ChangeChargebackPlanCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeChargebackPlanCompartmentDetailsbuild()ChangeChargebackPlanCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the resource should be moved.ChangeChargebackPlanCompartmentDetails.Buildercopy(ChangeChargebackPlanCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeChargebackPlanCompartmentDetails.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 ChangeChargebackPlanCompartmentDetails build()
-
copy
public ChangeChargebackPlanCompartmentDetails.Builder copy(ChangeChargebackPlanCompartmentDetails model)
-
-