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) |
A list of AccountQuota objects.
|
DescribeAccountAttributesResponse.Builder |
accountQuotas(AccountQuota... accountQuotas) |
A list of AccountQuota objects.
|
copy
apply, build
DescribeAccountAttributesResponse.Builder accountQuotas(Collection<AccountQuota> accountQuotas)
A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
accountQuotas
- A list of AccountQuota objects. Within this list, each quota has a name, a count of usage
toward the quota maximum, and a maximum value for the quota.DescribeAccountAttributesResponse.Builder accountQuotas(AccountQuota... accountQuotas)
A list of AccountQuota objects. Within this list, each quota has a name, a count of usage toward the quota maximum, and a maximum value for the quota.
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
- A list of AccountQuota objects. Within this list, each quota has a name, a count of usage
toward the quota maximum, and a maximum value for the quota.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.