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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeAccountAttributesResponse.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 © 2023. All rights reserved.