Package com.oracle.bmc.datacc.model
Class ChangeInfrastructureCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.datacc.model.ChangeInfrastructureCompartmentDetails.Builder
-
- Enclosing class:
- ChangeInfrastructureCompartmentDetails
public static class ChangeInfrastructureCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeInfrastructureCompartmentDetailsbuild()ChangeInfrastructureCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment to which the Database Infrastructure Cloud@Customer is moving.ChangeInfrastructureCompartmentDetails.Buildercopy(ChangeInfrastructureCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeInfrastructureCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment to which the Database Infrastructure Cloud@Customer is moving.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
build
public ChangeInfrastructureCompartmentDetails build()
-
copy
public ChangeInfrastructureCompartmentDetails.Builder copy(ChangeInfrastructureCompartmentDetails model)
-
-