public static interface DescribeAccountAttributesResponse.Builder extends RedshiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResponse.Builder |
accountAttributes(AccountAttribute... accountAttributes)
A list of attributes assigned to an account.
|
DescribeAccountAttributesResponse.Builder |
accountAttributes(Collection<AccountAttribute> accountAttributes)
A list of attributes assigned to an account.
|
DescribeAccountAttributesResponse.Builder |
accountAttributes(Consumer<AccountAttribute.Builder>... accountAttributes)
A list of attributes assigned to an account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountAttributesResponse.Builder accountAttributes(Collection<AccountAttribute> accountAttributes)
A list of attributes assigned to an account.
accountAttributes - A list of attributes assigned to an account.DescribeAccountAttributesResponse.Builder accountAttributes(AccountAttribute... accountAttributes)
A list of attributes assigned to an account.
accountAttributes - A list of attributes assigned to an account.DescribeAccountAttributesResponse.Builder accountAttributes(Consumer<AccountAttribute.Builder>... accountAttributes)
A list of attributes assigned to an 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 #accountAttributes(List.
accountAttributes - a consumer that will call methods on
AccountAttribute.Builder#accountAttributes(java.util.Collection) Copyright © 2023. All rights reserved.