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