Package com.oracle.bmc.opsi.model
Class ChangeOpsiConfigurationCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.ChangeOpsiConfigurationCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeOpsiConfigurationCompartmentDetails
 
 public static class ChangeOpsiConfigurationCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeOpsiConfigurationCompartmentDetailsbuild()ChangeOpsiConfigurationCompartmentDetails.BuildercompartmentId(String compartmentId)OCID of the compartment into which the resource should be moved.ChangeOpsiConfigurationCompartmentDetails.Buildercopy(ChangeOpsiConfigurationCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeOpsiConfigurationCompartmentDetails.Builder compartmentId(String compartmentId) OCID of the compartment into which the resource should be moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeOpsiConfigurationCompartmentDetails build() 
 - 
copypublic ChangeOpsiConfigurationCompartmentDetails.Builder copy(ChangeOpsiConfigurationCompartmentDetails model) 
 
- 
 
-