ToCopyableBuilder<TopicConfigurationDeprecated.Builder,TopicConfigurationDeprecated>
@Generated("software.amazon.awssdk:codegen") public class TopicConfigurationDeprecated extends Object implements ToCopyableBuilder<TopicConfigurationDeprecated.Builder,TopicConfigurationDeprecated>
Modifier and Type | Class | Description |
---|---|---|
static interface |
TopicConfigurationDeprecated.Builder |
Modifier and Type | Method | Description |
---|---|---|
static TopicConfigurationDeprecated.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
event() |
Bucket event for which to send notifications.
|
List<String> |
events() |
|
int |
hashCode() |
|
String |
id() |
|
static Class<? extends TopicConfigurationDeprecated.Builder> |
serializableBuilderClass() |
|
TopicConfigurationDeprecated.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topic() |
Amazon SNS topic to which Amazon S3 will publish a message to report the specified events for the bucket.
|
String |
toString() |
public String id()
public String event()
Event
public String topic()
public TopicConfigurationDeprecated.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TopicConfigurationDeprecated.Builder,TopicConfigurationDeprecated>
public static TopicConfigurationDeprecated.Builder builder()
public static Class<? extends TopicConfigurationDeprecated.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.