PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultEvents(Collection<BackupVaultEvent> backupVaultEvents) |
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultEvents(BackupVaultEvent... backupVaultEvents) |
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultEventsWithStrings(String... backupVaultEvents) |
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultEventsWithStrings(Collection<String> backupVaultEvents) |
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.backupVaultName(String backupVaultName) |
The name of a logical container where backups are stored.
|
static PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.builder() |
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.Builder.snsTopicArn(String snsTopicArn) |
The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example,
arn:aws:sns:us-west-2:111122223333:MyVaultTopic.
|
PutBackupVaultNotificationsRequest.Builder |
PutBackupVaultNotificationsRequest.toBuilder() |
|