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