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