public static interface GetSmsAttributesRequest.Builder extends SnsRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSmsAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetSmsAttributesRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
GetSmsAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.