CopyableBuilder<TopicConfigurationDeprecated.Builder,TopicConfigurationDeprecated>, SdkBuilder<TopicConfigurationDeprecated.Builder,TopicConfigurationDeprecated>public static interface TopicConfigurationDeprecated.Builder extends CopyableBuilder<TopicConfigurationDeprecated.Builder,TopicConfigurationDeprecated>
| Modifier and Type | Method | Description |
|---|---|---|
TopicConfigurationDeprecated.Builder |
event(String event) |
Bucket event for which to send notifications.
|
TopicConfigurationDeprecated.Builder |
event(Event event) |
Bucket event for which to send notifications.
|
TopicConfigurationDeprecated.Builder |
events(String... events) |
NOTE: This method appends the values to the existing list (if any).
|
TopicConfigurationDeprecated.Builder |
events(Collection<String> events) |
|
TopicConfigurationDeprecated.Builder |
events(Event... events) |
NOTE: This method appends the values to the existing list (if any).
|
TopicConfigurationDeprecated.Builder |
id(String id) |
|
TopicConfigurationDeprecated.Builder |
topic(String topic) |
Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.
|
copyapply, buildTopicConfigurationDeprecated.Builder id(String id)
id - TopicConfigurationDeprecated.Builder events(Collection<String> events)
events - EventTopicConfigurationDeprecated.Builder events(String... events)
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 - EventTopicConfigurationDeprecated.Builder events(Event... events)
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 - EventTopicConfigurationDeprecated.Builder event(String event)
event - Bucket event for which to send notifications.EventTopicConfigurationDeprecated.Builder event(Event event)
event - Bucket event for which to send notifications.EventTopicConfigurationDeprecated.Builder topic(String topic)
topic - Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the
bucket.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.