Class ValidateBackupDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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