public static interface DescribeAccountAttributesResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResponse.Builder |
accountAttributes(AccountAttribute... accountAttributes)
Information about one or more account attributes.
|
DescribeAccountAttributesResponse.Builder |
accountAttributes(Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes.
|
buildDescribeAccountAttributesResponse.Builder accountAttributes(Collection<AccountAttribute> accountAttributes)
Information about one or more account attributes.
accountAttributes - Information about one or more account attributes.DescribeAccountAttributesResponse.Builder accountAttributes(AccountAttribute... accountAttributes)
Information about one or more account attributes.
accountAttributes - Information about one or more account attributes.Copyright © 2018. All rights reserved.