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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteTopicRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.