ToCopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
@Generated("software.amazon.awssdk:codegen") public class NotificationConfiguration extends Object implements ToCopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
Describes a notification topic and its status. Notification topics are used for publishing ElastiCache events to subscribers using Amazon Simple Notification Service (SNS).
Modifier and Type | Class | Description |
---|---|---|
static interface |
NotificationConfiguration.Builder |
Modifier and Type | Method | Description |
---|---|---|
static NotificationConfiguration.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends NotificationConfiguration.Builder> |
serializableBuilderClass() |
|
NotificationConfiguration.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
topicArn() |
The Amazon Resource Name (ARN) that identifies the topic.
|
String |
topicStatus() |
The current state of the topic.
|
String |
toString() |
public String topicArn()
The Amazon Resource Name (ARN) that identifies the topic.
public String topicStatus()
The current state of the topic.
public NotificationConfiguration.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
public static NotificationConfiguration.Builder builder()
public static Class<? extends NotificationConfiguration.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.