public static interface TopicConfigurationDeprecated.Builder extends CopyableBuilder<TopicConfigurationDeprecated.Builder,TopicConfigurationDeprecated>
Modifier and Type | Method and Description |
---|---|
TopicConfigurationDeprecated.Builder |
event(Event event)
Bucket event for which to send notifications.
|
TopicConfigurationDeprecated.Builder |
event(String event)
Bucket event for which to send notifications.
|
TopicConfigurationDeprecated.Builder |
events(Collection<Event> events)
Sets the value of the Events property for this object.
|
TopicConfigurationDeprecated.Builder |
events(Event... events)
Sets the value of the Events property for this object.
|
TopicConfigurationDeprecated.Builder |
eventsWithStrings(Collection<String> events)
Sets the value of the Events property for this object.
|
TopicConfigurationDeprecated.Builder |
eventsWithStrings(String... events)
Sets the value of the Events property for this object.
|
TopicConfigurationDeprecated.Builder |
id(String id)
Sets the value of the Id property for this object.
|
TopicConfigurationDeprecated.Builder |
topic(String topic)
Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.
|
copy
applyMutation, build
TopicConfigurationDeprecated.Builder id(String id)
id
- The new value for the Id property for this object.TopicConfigurationDeprecated.Builder eventsWithStrings(Collection<String> events)
events
- The new value for the Events property for this object.TopicConfigurationDeprecated.Builder eventsWithStrings(String... events)
events
- The new value for the Events property for this object.TopicConfigurationDeprecated.Builder events(Collection<Event> events)
events
- The new value for the Events property for this object.TopicConfigurationDeprecated.Builder events(Event... events)
events
- The new value for the Events property for this object.TopicConfigurationDeprecated.Builder event(String event)
TopicConfigurationDeprecated.Builder event(Event event)
TopicConfigurationDeprecated.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.