public static interface DeleteTopicRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<DeleteTopicRequest.Builder,DeleteTopicRequest>
Modifier and Type | Method and Description |
---|---|
DeleteTopicRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTopicRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTopicRequest.Builder |
topicArn(String topicArn)
The ARN of the topic you want to delete.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DeleteTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.