Uses of Class
software.amazon.awscdk.services.backup.BackupSelection.Builder
Packages that use BackupSelection.Builder
-
Uses of BackupSelection.Builder in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return BackupSelection.BuilderModifier and TypeMethodDescriptionBackupSelection.Builder.allowRestores(Boolean allowRestores) Whether to automatically give restores permissions to the role that AWS Backup uses.BackupSelection.Builder.backupPlan(IBackupPlan backupPlan) The backup plan for this selection.BackupSelection.Builder.backupSelectionName(String backupSelectionName) The name for this selection.static BackupSelection.BuilderBackupSelection.Builder.disableDefaultBackupPolicy(Boolean disableDefaultBackupPolicy) Whether to disable automatically assigning default backup permissions to the role that AWS Backup uses.BackupSelection.Builder.resources(List<? extends BackupResource> resources) The resources to backup.The role that AWS Backup uses to authenticate when backuping or restoring the resources.