public static interface RegisterEventTopicRequest.Builder extends DirectoryRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterEventTopicRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RegisterEventTopicRequest.Builder |
topicName(String topicName)
The SNS topic name to which the directory will publish status messages.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterEventTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.