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 |
attributes(Collection<AccountAttribute> attributes) |
The attributes that are currently set for the account.
|
DescribeAccountAttributesResponse.Builder |
attributes(AccountAttribute... attributes) |
The attributes that are currently set for the account.
|
copy
apply, build
DescribeAccountAttributesResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setAttributes(java.util.Collection)
or #withAttributes(java.util.Collection)
if you want to
override the existing values.
attributes
- The attributes that are currently set for the account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.