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 |
topicName(String topicName)
The name of the SNS topic from which to remove the directory as a publisher.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeregisterEventTopicRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.