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