public static interface DescribeAccountAttributesResponse.Builder extends OpsWorksCmResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResponse.Builder |
attributes(AccountAttribute... attributes)
The attributes that are currently set for the account.
|
DescribeAccountAttributesResponse.Builder |
attributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
|
DescribeAccountAttributesResponse.Builder |
attributes(Consumer<AccountAttribute.Builder>... attributes)
The attributes that are currently set for the account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountAttributesResponse.Builder attributes(Collection<AccountAttribute> attributes)
The attributes that are currently set for the account.
attributes - The attributes that are currently set for the account.DescribeAccountAttributesResponse.Builder attributes(AccountAttribute... attributes)
The attributes that are currently set for the account.
attributes - The attributes that are currently set for the account.DescribeAccountAttributesResponse.Builder attributes(Consumer<AccountAttribute.Builder>... attributes)
The attributes that are currently set for the account.
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 #attributes(List.
attributes - a consumer that will call methods on
AccountAttribute.Builder#attributes(java.util.Collection) Copyright © 2023. All rights reserved.