public static interface NotificationConfiguration.Builder extends CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration.Builder |
topicArn(String topicArn)
The Amazon Resource Name (ARN) that identifies the topic.
|
NotificationConfiguration.Builder |
topicStatus(String topicStatus)
The current state of the topic.
|
copyapply, buildNotificationConfiguration.Builder topicArn(String topicArn)
The Amazon Resource Name (ARN) that identifies the topic.
topicArn - The Amazon Resource Name (ARN) that identifies the topic.NotificationConfiguration.Builder topicStatus(String topicStatus)
The current state of the topic.
topicStatus - The current state of the topic.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.