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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeProtectedDatabaseCompartmentDetails
build()
ChangeProtectedDatabaseCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the protected database should be moved.ChangeProtectedDatabaseCompartmentDetails.Builder
copy(ChangeProtectedDatabaseCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeProtectedDatabaseCompartmentDetails build()
-
copy
public ChangeProtectedDatabaseCompartmentDetails.Builder copy(ChangeProtectedDatabaseCompartmentDetails model)
-
-