Uses of Class
software.amazon.awscdk.services.backup.BackupPlan.Builder
Packages that use BackupPlan.Builder
-
Uses of BackupPlan.Builder in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return BackupPlan.BuilderModifier and TypeMethodDescriptionBackupPlan.Builder.backupPlanName
(String backupPlanName) The display name of the backup plan.BackupPlan.Builder.backupPlanRules
(List<? extends BackupPlanRule> backupPlanRules) Rules for the backup plan.BackupPlan.Builder.backupVault
(IBackupVault backupVault) The backup vault where backups are stored.static BackupPlan.Builder
BackupPlan.Builder.windowsVss
(Boolean windowsVss) Enable Windows VSS backup.