public static interface RegisterEventTopicRequest.Builder extends DirectoryRequest.Builder, CopyableBuilder<RegisterEventTopicRequest.Builder,RegisterEventTopicRequest>
| Modifier and Type | Method and Description |
|---|---|
RegisterEventTopicRequest.Builder |
directoryId(String directoryId)
The Directory ID that will publish status messages to the SNS topic.
|
RegisterEventTopicRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
RegisterEventTopicRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
RegisterEventTopicRequest.Builder |
topicName(String topicName)
The SNS topic name to which the directory will publish status messages.
|
buildrequestOverrideConfigcopyapply, buildRegisterEventTopicRequest.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.RegisterEventTopicRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.RegisterEventTopicRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.