public static interface DeleteTopicRequest.Builder extends SNSRequest.Builder, CopyableBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTopicRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeleteTopicRequest.Builder |
topicArn(String topicArn)
The ARN of the topic you want to delete.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildDeleteTopicRequest.Builder topicArn(String topicArn)
The ARN of the topic you want to delete.
topicArn - The ARN of the topic you want to delete.DeleteTopicRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.