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 |
accountQuotas(Collection<AccountQuota> accountQuotas) |
Account quota information.
|
DescribeAccountAttributesResponse.Builder |
accountQuotas(AccountQuota... accountQuotas) |
Account quota information.
|
copyapply, buildDescribeAccountAttributesResponse.Builder accountQuotas(Collection<AccountQuota> accountQuotas)
Account quota information.
accountQuotas - Account quota information.DescribeAccountAttributesResponse.Builder accountQuotas(AccountQuota... accountQuotas)
Account quota information.
NOTE: This method appends the values to the existing list (if any). Use
#setAccountQuotas(java.util.Collection) or #withAccountQuotas(java.util.Collection) if you
want to override the existing values.
accountQuotas - Account quota information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.