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 Amazon SNS topic.
|
RegisterEventTopicRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterEventTopicRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RegisterEventTopicRequest.Builder |
topicName(String topicName)
The Amazon 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 Amazon SNS topic.
directoryId - The Directory ID that will publish status messages to the Amazon SNS topic.RegisterEventTopicRequest.Builder topicName(String topicName)
The Amazon SNS topic name to which the directory will publish status messages. This Amazon SNS topic must be in the same region as the specified Directory ID.
topicName - The Amazon SNS topic name to which the directory will publish status messages. This Amazon 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 © 2023. All rights reserved.