static AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.builder() |
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.completionWindowMinutes(Long completionWindowMinutes) |
A value in minutes after a backup job is successfully started before it must be completed, or it is canceled
by Backup.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.copyActions(Collection<AwsBackupBackupPlanRuleCopyActionsDetails> copyActions) |
An array of CopyAction objects, each of which contains details of the copy operation.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.copyActions(Consumer<AwsBackupBackupPlanRuleCopyActionsDetails.Builder>... copyActions) |
An array of CopyAction objects, each of which contains details of the copy operation.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.copyActions(AwsBackupBackupPlanRuleCopyActionsDetails... copyActions) |
An array of CopyAction objects, each of which contains details of the copy operation.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.enableContinuousBackup(Boolean enableContinuousBackup) |
Specifies whether Backup creates continuous backups capable of point-in-time restore (PITR).
|
default AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.lifecycle(Consumer<AwsBackupBackupPlanLifecycleDetails.Builder> lifecycle) |
Defines when a protected resource is transitioned to cold storage and when it expires.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.lifecycle(AwsBackupBackupPlanLifecycleDetails lifecycle) |
Defines when a protected resource is transitioned to cold storage and when it expires.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.ruleId(String ruleId) |
Uniquely identifies a rule that is used to schedule the backup of a selection of resources.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.ruleName(String ruleName) |
A display name for a backup rule.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.scheduleExpression(String scheduleExpression) |
A cron expression in UTC specifying when Backup initiates a backup job.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.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.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.Builder.targetBackupVault(String targetBackupVault) |
The name of a logical container where backups are stored.
|
AwsBackupBackupPlanRuleDetails.Builder |
AwsBackupBackupPlanRuleDetails.toBuilder() |
|