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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ValidateBackupDetailsbuild()ValidateBackupDetails.Buildercopy(ValidateBackupDetails model)ValidateBackupDetails.BuilderisPreparedBackupRequired(Boolean isPreparedBackupRequired)Specifies whether the backup needs to be prepared for fast restore or not.
 
- 
- 
- 
Method Detail- 
isPreparedBackupRequiredpublic 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
 
 - 
buildpublic ValidateBackupDetails build() 
 - 
copypublic ValidateBackupDetails.Builder copy(ValidateBackupDetails model) 
 
- 
 
-