public static interface DescribeAccountAttributesResponse.Builder extends RDSResponse.Builder, CopyableBuilder<DescribeAccountAttributesResponse.Builder,DescribeAccountAttributesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountAttributesResponse.Builder |
accountQuotas(AccountQuota... accountQuotas)
A list of AccountQuota objects.
|
DescribeAccountAttributesResponse.Builder |
accountQuotas(Collection<AccountQuota> accountQuotas)
A list of AccountQuota objects.
|
DescribeAccountAttributesResponse.Builder |
accountQuotas(Consumer<AccountQuota.Builder>... accountQuotas)
A list of AccountQuota objects.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeAccountAttributesResponse.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.
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(Consumer<AccountQuota.Builder>... 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.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #accountQuotas(List) .accountQuotas - a consumer that will call methods on List.Builder #accountQuotas(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.