public static interface GetSMSAttributesRequest.Builder extends SNSRequest.Builder, CopyableBuilder<GetSMSAttributesRequest.Builder,GetSMSAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSMSAttributesRequest.Builder |
attributes(Collection<String> attributes)
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values. |
GetSMSAttributesRequest.Builder |
attributes(String... attributes)
A list of the individual attribute names, such as
MonthlySpendLimit, for which you want values. |
GetSMSAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
GetSMSAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildGetSMSAttributesRequest.Builder attributes(Collection<String> attributes)
A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
attributes - A list of the individual attribute names, such as MonthlySpendLimit, for which you want
values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
GetSMSAttributesRequest.Builder attributes(String... attributes)
A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
attributes - A list of the individual attribute names, such as MonthlySpendLimit, for which you want
values.
For all attribute names, see SetSMSAttributes.
If you don't use this parameter, Amazon SNS returns all SMS attributes.
GetSMSAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.GetSMSAttributesRequest.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.