public static interface GetServiceQuotaResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<GetServiceQuotaResponse.Builder,GetServiceQuotaResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetServiceQuotaResponse.Builder |
quota(Consumer<ServiceQuota.Builder> quota)
Information about the quota.
|
GetServiceQuotaResponse.Builder |
quota(ServiceQuota quota)
Information about the quota.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceQuotaResponse.Builder quota(ServiceQuota quota)
Information about the quota.
quota - Information about the quota.default GetServiceQuotaResponse.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 © 2021. All rights reserved.