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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSmsAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.