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