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