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