public static interface DeleteTopicRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTopicRequest.Builder |
topicArn(String topicArn)
The ARN of the topic you want to delete.
|
DeleteTopicRequest.Builder topicArn(String topicArn)
The ARN of the topic you want to delete.
topicArn - The ARN of the topic you want to delete.Copyright © 2017. All rights reserved.