Uses of Class
software.amazon.awscdk.services.backup.BackupPlanRule.Builder
Packages that use BackupPlanRule.Builder
-
Uses of BackupPlanRule.Builder in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return BackupPlanRule.BuilderModifier and TypeMethodDescriptionBackupPlanRule.Builder.backupVault(IBackupVault backupVault) The backup vault where backups are.BackupPlanRule.Builder.completionWindow(Duration completionWindow) The duration after a backup job is successfully started before it must be completed or it is canceled by AWS Backup.BackupPlanRule.Builder.copyActions(List<? extends BackupPlanCopyActionProps> copyActions) Copy operations to perform on recovery points created by this rule.static BackupPlanRule.BuilderBackupPlanRule.Builder.create()BackupPlanRule.Builder.deleteAfter(Duration deleteAfter) Specifies the duration after creation that a recovery point is deleted.BackupPlanRule.Builder.enableContinuousBackup(Boolean enableContinuousBackup) Enables continuous backup and point-in-time restores (PITR).BackupPlanRule.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter) Specifies the duration after creation that a recovery point is moved to cold storage.BackupPlanRule.Builder.recoveryPointTags(Map<String, String> recoveryPointTags) To help organize your resources, you can assign your own metadata to the resources that you create.A display name for the backup rule.BackupPlanRule.Builder.scheduleExpression(Schedule scheduleExpression) A CRON expression specifying when AWS Backup initiates a backup job.BackupPlanRule.Builder.scheduleExpressionTimezone(TimeZone scheduleExpressionTimezone) The timezone in which the schedule expression is set.BackupPlanRule.Builder.startWindow(Duration startWindow) The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.