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