public static interface GetTopicAttributesRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<GetTopicAttributesRequest.Builder,GetTopicAttributesRequest>
Modifier and Type | Method and Description |
---|---|
GetTopicAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetTopicAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetTopicAttributesRequest.Builder |
topicArn(String topicArn)
The ARN of the topic whose properties you want to get.
|
build
overrideConfiguration
copy
applyMutation, build
GetTopicAttributesRequest.Builder topicArn(String topicArn)
The ARN of the topic whose properties you want to get.
topicArn
- The ARN of the topic whose properties you want to get.GetTopicAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetTopicAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2018. All rights reserved.