public static interface DescribeAccountAttributesResponse.Builder extends RdsResponse.Builder, SdkPojo, 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. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
List.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 © 2021. All rights reserved.