public static interface VaultNotificationConfig.Builder extends SdkPojo, CopyableBuilder<VaultNotificationConfig.Builder,VaultNotificationConfig>
| Modifier and Type | Method and Description |
|---|---|
VaultNotificationConfig.Builder |
events(Collection<String> events)
A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS
topic.
|
VaultNotificationConfig.Builder |
events(String... events)
A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS
topic.
|
VaultNotificationConfig.Builder |
snsTopic(String snsTopic)
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVaultNotificationConfig.Builder snsTopic(String snsTopic)
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
snsTopic - The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).VaultNotificationConfig.Builder events(Collection<String> events)
A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.
events - A list of one or more events for which Amazon S3 Glacier will send a notification to the specified
Amazon SNS topic.VaultNotificationConfig.Builder events(String... events)
A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.
events - A list of one or more events for which Amazon S3 Glacier will send a notification to the specified
Amazon SNS topic.Copyright © 2023. All rights reserved.