public static interface VaultNotificationConfig.Builder extends 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 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 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).
|
copyapply, 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 Glacier will send a notification to the specified Amazon SNS topic.
events - A list of one or more events for which Amazon 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 Glacier will send a notification to the specified Amazon SNS topic.
events - A list of one or more events for which Amazon Glacier will send a notification to the specified Amazon
SNS topic.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.