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)
Add an optional request override configuration.
|
DeregisterEventTopicRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeregisterEventTopicRequest.Builder |
topicName(String topicName)
The name of the SNS topic from which to remove the directory as a publisher.
|
buildoverrideConfigurationcopyapplyMutation, 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeregisterEventTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.