public static interface DescribeAccountAttributesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeAccountAttributesRequest.Builder,DescribeAccountAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesRequest.Builder |
attributeNames(AccountAttributeName... attributeNames)
One or more account attribute names.
|
DescribeAccountAttributesRequest.Builder |
attributeNames(Collection<String> attributeNames)
One or more account attribute names.
|
DescribeAccountAttributesRequest.Builder |
attributeNames(String... attributeNames)
One or more account attribute names.
|
copyapply, buildDescribeAccountAttributesRequest.Builder attributeNames(Collection<String> attributeNames)
One or more account attribute names.
attributeNames - One or more account attribute names.AccountAttributeName,
AccountAttributeNameDescribeAccountAttributesRequest.Builder attributeNames(String... attributeNames)
One or more account attribute names.
attributeNames - One or more account attribute names.AccountAttributeName,
AccountAttributeNameDescribeAccountAttributesRequest.Builder attributeNames(AccountAttributeName... attributeNames)
One or more account attribute names.
attributeNames - One or more account attribute names.AccountAttributeName,
AccountAttributeNameCopyright © 2017. All rights reserved.