Package com.oracle.bmc.psql.model
Class ChangeBackupCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.psql.model.ChangeBackupCompartmentDetails.Builder
-
- Enclosing class:
- ChangeBackupCompartmentDetails
public static class ChangeBackupCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeBackupCompartmentDetails
build()
ChangeBackupCompartmentDetails.Builder
compartmentId(String compartmentId)
The OCID of the compartment into which the backup will be moved.ChangeBackupCompartmentDetails.Builder
copy(ChangeBackupCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public ChangeBackupCompartmentDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment into which the backup will be moved.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ChangeBackupCompartmentDetails build()
-
copy
public ChangeBackupCompartmentDetails.Builder copy(ChangeBackupCompartmentDetails model)
-
-