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