CopyableBuilder<GetSMSAttributesRequest.Builder,GetSMSAttributesRequest>
, SdkBuilder<GetSMSAttributesRequest.Builder,GetSMSAttributesRequest>
public static interface GetSMSAttributesRequest.Builder extends CopyableBuilder<GetSMSAttributesRequest.Builder,GetSMSAttributesRequest>
Modifier and Type | Method | Description |
---|---|---|
GetSMSAttributesRequest.Builder |
attributes(String... attributes) |
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
GetSMSAttributesRequest.Builder |
attributes(Collection<String> attributes) |
A list of the individual attribute names, such as
MonthlySpendLimit , for which you want values. |
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.