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