public static interface GetAwsDefaultServiceQuotaResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<GetAwsDefaultServiceQuotaResponse.Builder,GetAwsDefaultServiceQuotaResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetAwsDefaultServiceQuotaResponse.Builder |
quota(Consumer<ServiceQuota.Builder> quota)
Information about the quota.
|
GetAwsDefaultServiceQuotaResponse.Builder |
quota(ServiceQuota quota)
Information about the quota.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAwsDefaultServiceQuotaResponse.Builder quota(ServiceQuota quota)
Information about the quota.
quota - Information about the quota.default GetAwsDefaultServiceQuotaResponse.Builder quota(Consumer<ServiceQuota.Builder> quota)
Information about the quota.
This is a convenience that creates an instance of theServiceQuota.Builder avoiding the need to
create one manually via ServiceQuota.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to quota(ServiceQuota).quota - a consumer that will call methods on ServiceQuota.Builderquota(ServiceQuota)Copyright © 2022. All rights reserved.