public static interface GetSubscriptionAttributesRequest.Builder extends SnsRequest.Builder, CopyableBuilder<GetSubscriptionAttributesRequest.Builder,GetSubscriptionAttributesRequest>
Modifier and Type | Method and Description |
---|---|
GetSubscriptionAttributesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetSubscriptionAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetSubscriptionAttributesRequest.Builder |
subscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get.
|
build
overrideConfiguration
copy
applyMutation, build
GetSubscriptionAttributesRequest.Builder subscriptionArn(String subscriptionArn)
The ARN of the subscription whose properties you want to get.
subscriptionArn
- The ARN of the subscription whose properties you want to get.GetSubscriptionAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetSubscriptionAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.