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.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.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.startWindow(Duration startWindow) The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.