public static interface DeregisterEventTopicRequest.Builder extends DirectoryRequest.Builder, SdkPojo, CopyableBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>
| Modifier and Type | Method and Description |
|---|---|
DeregisterEventTopicRequest.Builder |
directoryId(String directoryId)
The Directory ID to remove as a publisher.
|
DeregisterEventTopicRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeregisterEventTopicRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeregisterEventTopicRequest.Builder |
topicName(String topicName)
The name of the SNS topic from which to remove the directory as a publisher.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeregisterEventTopicRequest.Builder directoryId(String directoryId)
The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.
directoryId - The Directory ID to remove as a publisher. This directory will no longer send messages to the
specified SNS topic.DeregisterEventTopicRequest.Builder topicName(String topicName)
The name of the SNS topic from which to remove the directory as a publisher.
topicName - The name of the SNS topic from which to remove the directory as a publisher.DeregisterEventTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeregisterEventTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.