public static interface AwsBackupBackupVaultDetails.Builder extends SdkPojo, CopyableBuilder<AwsBackupBackupVaultDetails.Builder,AwsBackupBackupVaultDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsBackupBackupVaultDetails.Builder |
accessPolicy(String accessPolicy)
A resource-based policy that is used to manage access permissions on the target backup vault.
|
AwsBackupBackupVaultDetails.Builder |
backupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
|
AwsBackupBackupVaultDetails.Builder |
backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
AwsBackupBackupVaultDetails.Builder |
encryptionKeyArn(String encryptionKeyArn)
The unique ARN associated with the server-side encryption key.
|
AwsBackupBackupVaultDetails.Builder |
notifications(AwsBackupBackupVaultNotificationsDetails notifications)
The Amazon SNS event notifications for the specified backup vault.
|
default AwsBackupBackupVaultDetails.Builder |
notifications(Consumer<AwsBackupBackupVaultNotificationsDetails.Builder> notifications)
The Amazon SNS event notifications for the specified backup vault.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsBackupBackupVaultDetails.Builder backupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
backupVaultArn - An Amazon Resource Name (ARN) that uniquely identifies a backup vault.AwsBackupBackupVaultDetails.Builder backupVaultName(String backupVaultName)
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
backupVaultName - The name of a logical container where backups are stored. Backup vaults are identified by names that
are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region
where they are created. They consist of lowercase letters, numbers, and hyphens.AwsBackupBackupVaultDetails.Builder encryptionKeyArn(String encryptionKeyArn)
The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your backups from services that support full Backup management. If you do not specify a key, Backup creates an KMS key for you by default.
encryptionKeyArn - The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your
backups from services that support full Backup management. If you do not specify a key, Backup creates
an KMS key for you by default.AwsBackupBackupVaultDetails.Builder notifications(AwsBackupBackupVaultNotificationsDetails notifications)
The Amazon SNS event notifications for the specified backup vault.
notifications - The Amazon SNS event notifications for the specified backup vault.default AwsBackupBackupVaultDetails.Builder notifications(Consumer<AwsBackupBackupVaultNotificationsDetails.Builder> notifications)
The Amazon SNS event notifications for the specified backup vault.
This is a convenience method that creates an instance of theAwsBackupBackupVaultNotificationsDetails.Builder avoiding the need to create one manually via
AwsBackupBackupVaultNotificationsDetails.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
notifications(AwsBackupBackupVaultNotificationsDetails).
notifications - a consumer that will call methods on AwsBackupBackupVaultNotificationsDetails.Buildernotifications(AwsBackupBackupVaultNotificationsDetails)AwsBackupBackupVaultDetails.Builder accessPolicy(String accessPolicy)
A resource-based policy that is used to manage access permissions on the target backup vault.
accessPolicy - A resource-based policy that is used to manage access permissions on the target backup vault.Copyright © 2023. All rights reserved.