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