Package com.oracle.bmc.psql.model
Class ChangeDbSystemCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.psql.model.ChangeDbSystemCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeDbSystemCompartmentDetails
 
 public static class ChangeDbSystemCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeDbSystemCompartmentDetailsbuild()ChangeDbSystemCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment into which the database system should be moved.ChangeDbSystemCompartmentDetails.Buildercopy(ChangeDbSystemCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeDbSystemCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment into which the database system should be moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeDbSystemCompartmentDetails build() 
 - 
copypublic ChangeDbSystemCompartmentDetails.Builder copy(ChangeDbSystemCompartmentDetails model) 
 
- 
 
-