public static interface DeregisterEventTopicRequest.Builder extends DirectoryRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeregisterEventTopicRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
buildrequestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DeregisterEventTopicRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.