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.
|
build
requestOverrideConfig
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.RegisterEventTopicRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.RegisterEventTopicRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.