public static interface DescribeAccountAttributesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResponse.Builder |
accountAttributes(AccountAttribute... accountAttributes)
Information about the account attributes.
|
DescribeAccountAttributesResponse.Builder |
accountAttributes(Collection<AccountAttribute> accountAttributes)
Information about the account attributes.
|
DescribeAccountAttributesResponse.Builder |
accountAttributes(Consumer<AccountAttribute.Builder>... accountAttributes)
Information about the account attributes.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountAttributesResponse.Builder accountAttributes(Collection<AccountAttribute> accountAttributes)
Information about the account attributes.
accountAttributes - Information about the account attributes.DescribeAccountAttributesResponse.Builder accountAttributes(AccountAttribute... accountAttributes)
Information about the account attributes.
accountAttributes - Information about the account attributes.DescribeAccountAttributesResponse.Builder accountAttributes(Consumer<AccountAttribute.Builder>... accountAttributes)
Information about the account attributes.
This is a convenience method that creates an instance of theAccountAttribute.Builder avoiding the need to create one
manually via AccountAttribute.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #accountAttributes(List.
accountAttributes - a consumer that will call methods on
AccountAttribute.Builder#accountAttributes(java.util.Collection) Copyright © 2022. All rights reserved.