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)
Returns the ServiceQuota object which contains all values for a quota.
|
GetServiceQuotaResponse.Builder |
quota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceQuotaResponse.Builder quota(ServiceQuota quota)
Returns the ServiceQuota object which contains all values for a quota.
quota - Returns the ServiceQuota object which contains all values for a quota.default GetServiceQuotaResponse.Builder quota(Consumer<ServiceQuota.Builder> quota)
Returns the ServiceQuota object which contains all values for a 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 © 2019. All rights reserved.