public static interface GetTopicAttributesRequest.Builder extends SNSRequest.Builder, CopyableBuilder<GetTopicAttributesRequest.Builder,GetTopicAttributesRequest>
Modifier and Type | Method and Description |
---|---|
GetTopicAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetTopicAttributesRequest.Builder |
topicArn(String topicArn)
The ARN of the topic whose properties you want to get.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.