CopyableBuilder<RegisterEventTopicRequest.Builder,RegisterEventTopicRequest>
, SdkBuilder<RegisterEventTopicRequest.Builder,RegisterEventTopicRequest>
public static interface RegisterEventTopicRequest.Builder extends CopyableBuilder<RegisterEventTopicRequest.Builder,RegisterEventTopicRequest>
Modifier and Type | Method | Description |
---|---|---|
RegisterEventTopicRequest.Builder |
directoryId(String directoryId) |
The Directory ID that will publish status messages to the SNS topic.
|
RegisterEventTopicRequest.Builder |
topicName(String topicName) |
The SNS topic name to which the directory will publish status messages.
|
copy
apply, build
RegisterEventTopicRequest.Builder directoryId(String directoryId)
The Directory ID that will publish status messages to the SNS topic.
directoryId
- The Directory ID that will publish status messages to the SNS topic.RegisterEventTopicRequest.Builder topicName(String topicName)
The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.
topicName
- The SNS topic name to which the directory will publish status messages. This SNS topic must be in the
same region as the specified Directory ID.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.