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.
|
DescribeAccountAttributesResponse.Builder |
accountAttributes(Consumer<AccountAttribute.Builder>... accountAttributes)
Information about one or more account attributes.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.DescribeAccountAttributesResponse.Builder accountAttributes(Consumer<AccountAttribute.Builder>... accountAttributes)
Information about one or more account attributes.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #accountAttributes(List) .accountAttributes - a consumer that will call methods on List.Builder #accountAttributes(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.