CopyableBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>, SdkBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>public static interface DeregisterEventTopicRequest.Builder extends CopyableBuilder<DeregisterEventTopicRequest.Builder,DeregisterEventTopicRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeregisterEventTopicRequest.Builder |
directoryId(String directoryId) |
The Directory ID to remove as a publisher.
|
DeregisterEventTopicRequest.Builder |
topicName(String topicName) |
The name of the SNS topic from which to remove the directory as a publisher.
|
copyapply, 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.