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.
AccountQuota.Builder avoiding the need to create one
manually via AccountQuota.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #accountQuotas(List.
accountQuotas - a consumer that will call methods on
AccountQuota.Builder#accountQuotas(java.util.Collection) Copyright © 2023. All rights reserved.