public static interface DescribeAccountAttributesResponse.Builder extends EC2Response.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.
|
build
copy
apply, build
DescribeAccountAttributesResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.