CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
, SdkBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
public static interface DescribeAccountAttributesResponse.Builder extends CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeAccountAttributesResponse.Builder |
accountAttributes(Collection<AccountAttribute> accountAttributes) |
Information about one or more account attributes.
|
DescribeAccountAttributesResponse.Builder |
accountAttributes(AccountAttribute... accountAttributes) |
Information about one or more account attributes.
|
copy
apply, build
DescribeAccountAttributesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setAccountAttributes(java.util.Collection)
or #withAccountAttributes(java.util.Collection)
if you want to override the existing values.
accountAttributes
- Information about one or more account attributes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.