public static interface SetSubscriptionAttributesRequest.Builder extends SNSRequest.Builder, CopyableBuilder<SetSubscriptionAttributesRequest.Builder,SetSubscriptionAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
SetSubscriptionAttributesRequest.Builder |
attributeName(String attributeName)
The name of the attribute you want to set.
|
SetSubscriptionAttributesRequest.Builder |
attributeValue(String attributeValue)
The new value for the attribute in JSON format.
|
SetSubscriptionAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
SetSubscriptionAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
SetSubscriptionAttributesRequest.Builder |
subscriptionArn(String subscriptionArn)
The ARN of the subscription to modify.
|
buildrequestOverrideConfigcopyapply, buildSetSubscriptionAttributesRequest.Builder subscriptionArn(String subscriptionArn)
The ARN of the subscription to modify.
subscriptionArn - The ARN of the subscription to modify.SetSubscriptionAttributesRequest.Builder attributeName(String attributeName)
The name of the attribute you want to set. Only a subset of the subscriptions attributes are mutable.
Valid values: DeliveryPolicy | RawMessageDelivery
attributeName - The name of the attribute you want to set. Only a subset of the subscriptions attributes are
mutable.
Valid values: DeliveryPolicy | RawMessageDelivery
SetSubscriptionAttributesRequest.Builder attributeValue(String attributeValue)
The new value for the attribute in JSON format.
attributeValue - The new value for the attribute in JSON format.SetSubscriptionAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.SetSubscriptionAttributesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.