DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.autoBackupWindow(DistributedDbBackupConfig.AutoBackupWindow autoBackupWindow) |
Time window selected for initiating automatic backup for the database system.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.autoFullBackupDay(DistributedDbBackupConfig.AutoFullBackupDay autoFullBackupDay) |
Day of the week the full backup should be applied on the database system.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.autoFullBackupWindow(DistributedDbBackupConfig.AutoFullBackupWindow autoFullBackupWindow) |
Time window selected for initiating full backup for the database system.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.backupDeletionPolicy(DistributedDbBackupConfig.BackupDeletionPolicy backupDeletionPolicy) |
This defines when the backups will be deleted.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.backupDestinationDetails(List<DistributedDbBackupDestination> backupDestinationDetails) |
Backup destination details.
|
static DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.builder() |
Create a new builder.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.canRunImmediateFullBackup(Boolean canRunImmediateFullBackup) |
If set to true, configures automatic full backups in the local region (the region of the
DB system) for the first backup run immediately.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.copy(DistributedDbBackupConfig model) |
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.isAutoBackupEnabled(Boolean isAutoBackupEnabled) |
If set to true, configures automatic backups.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.isRemoteBackupEnabled(Boolean isRemoteBackupEnabled) |
If set to true, configures automatic incremental backups in the local region (the region
of the DB system) and the remote region with a default frequency of 1 hour.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.recoveryWindowInDays(Integer recoveryWindowInDays) |
Number of days between the current and the earliest point of recoverability covered by
automatic backups.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.Builder.remoteRegion(String remoteRegion) |
The name of the remote region where the remote automatic incremental backups will be
stored.
|
DistributedDbBackupConfig.Builder |
DistributedDbBackupConfig.toBuilder() |
|