public static interface AwsBackupBackupVaultNotificationsDetails.Builder extends SdkPojo, CopyableBuilder<AwsBackupBackupVaultNotificationsDetails.Builder,AwsBackupBackupVaultNotificationsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsBackupBackupVaultNotificationsDetails.Builder |
backupVaultEvents(Collection<String> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
AwsBackupBackupVaultNotificationsDetails.Builder |
backupVaultEvents(String... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault.
|
AwsBackupBackupVaultNotificationsDetails.Builder |
snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic for a backup vault's events.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsBackupBackupVaultNotificationsDetails.Builder backupVaultEvents(Collection<String> backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault. The following events are supported:
BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED | RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED | S3_RESTORE_OBJECT_FAILED
backupVaultEvents - An array of events that indicate the status of jobs to back up resources to the backup vault. The
following events are supported:
BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED | RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED | S3_RESTORE_OBJECT_FAILED
AwsBackupBackupVaultNotificationsDetails.Builder backupVaultEvents(String... backupVaultEvents)
An array of events that indicate the status of jobs to back up resources to the backup vault. The following events are supported:
BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED | RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED | S3_RESTORE_OBJECT_FAILED
backupVaultEvents - An array of events that indicate the status of jobs to back up resources to the backup vault. The
following events are supported:
BACKUP_JOB_STARTED | BACKUP_JOB_COMPLETED
COPY_JOB_STARTED | COPY_JOB_SUCCESSFUL | COPY_JOB_FAILED
RESTORE_JOB_STARTED | RESTORE_JOB_COMPLETED | RECOVERY_POINT_MODIFIED
S3_BACKUP_OBJECT_FAILED | S3_RESTORE_OBJECT_FAILED
AwsBackupBackupVaultNotificationsDetails.Builder snsTopicArn(String snsTopicArn)
The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic for a backup vault's events.
snsTopicArn - The Amazon Resource Name (ARN) that uniquely identifies the Amazon SNS topic for a backup vault's
events.Copyright © 2023. All rights reserved.