CopyableBuilder<VaultNotificationConfig.Builder,VaultNotificationConfig>
, SdkBuilder<VaultNotificationConfig.Builder,VaultNotificationConfig>
public static interface VaultNotificationConfig.Builder extends CopyableBuilder<VaultNotificationConfig.Builder,VaultNotificationConfig>
Modifier and Type | Method | Description |
---|---|---|
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 |
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 |
snsTopic(String snsTopic) |
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
|
copy
apply, build
VaultNotificationConfig.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.
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection)
or #withEvents(java.util.Collection)
if you want to override
the existing values.
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.