CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
, SdkBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
public static interface NotificationConfiguration.Builder extends CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration>
Modifier and Type | Method | 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.
|
copy
apply, build
NotificationConfiguration.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.