static BackupRule.Builder |
BackupRule.builder() |
|
BackupRule.Builder |
BackupRule.Builder.completionWindowMinutes(Long completionWindowMinutes) |
A value in minutes after a backup job is successfully started before it must be completed or it will be
canceled by Backup.
|
BackupRule.Builder |
BackupRule.Builder.copyActions(Collection<CopyAction> copyActions) |
An array of CopyAction objects, which contains the details of the copy operation.
|
BackupRule.Builder |
BackupRule.Builder.copyActions(Consumer<CopyAction.Builder>... copyActions) |
An array of CopyAction objects, which contains the details of the copy operation.
|
BackupRule.Builder |
BackupRule.Builder.copyActions(CopyAction... copyActions) |
An array of CopyAction objects, which contains the details of the copy operation.
|
BackupRule.Builder |
BackupRule.Builder.enableContinuousBackup(Boolean enableContinuousBackup) |
Specifies whether Backup creates continuous backups.
|
default BackupRule.Builder |
BackupRule.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle) |
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
BackupRule.Builder |
BackupRule.Builder.lifecycle(Lifecycle lifecycle) |
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
BackupRule.Builder |
BackupRule.Builder.recoveryPointTags(Map<String,String> recoveryPointTags) |
An array of key-value pair strings that are assigned to resources that are associated with this rule when
restored from backup.
|
BackupRule.Builder |
BackupRule.Builder.ruleId(String ruleId) |
Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
|
BackupRule.Builder |
BackupRule.Builder.ruleName(String ruleName) |
A display name for a backup rule.
|
BackupRule.Builder |
BackupRule.Builder.scheduleExpression(String scheduleExpression) |
A cron expression in UTC specifying when Backup initiates a backup job.
|
BackupRule.Builder |
BackupRule.Builder.scheduleExpressionTimezone(String scheduleExpressionTimezone) |
This is the timezone in which the schedule expression is set.
|
BackupRule.Builder |
BackupRule.Builder.startWindowMinutes(Long startWindowMinutes) |
A value in minutes after a backup is scheduled before a job will be canceled if it doesn't start
successfully.
|
BackupRule.Builder |
BackupRule.Builder.targetBackupVaultName(String targetBackupVaultName) |
The name of a logical container where backups are stored.
|
BackupRule.Builder |
BackupRule.toBuilder() |
|