Package com.oracle.bmc.mysql.model
Class ValidateBackupDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.mysql.model.ValidateBackupDetails.Builder
-
- Enclosing class:
- ValidateBackupDetails
public static class ValidateBackupDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidateBackupDetails
build()
ValidateBackupDetails.Builder
copy(ValidateBackupDetails model)
ValidateBackupDetails.Builder
isPreparedBackupRequired(Boolean isPreparedBackupRequired)
Specifies whether the backup needs to be prepared for fast restore or not.
-
-
-
Method Detail
-
isPreparedBackupRequired
public ValidateBackupDetails.Builder isPreparedBackupRequired(Boolean isPreparedBackupRequired)
Specifies whether the backup needs to be prepared for fast restore or not.Set to true to prepare the backup, set to false (default) if not required. Note: The prepared backup will replace the original backup and will not generate a new backup copy. The cost associated with the backup may vary, as the prepared backup will consistently be a full backup, it may also change the storage size of the original backup.
- Parameters:
isPreparedBackupRequired
- the value to set- Returns:
- this builder
-
build
public ValidateBackupDetails build()
-
copy
public ValidateBackupDetails.Builder copy(ValidateBackupDetails model)
-
-