public static interface GetRequestedServiceQuotaChangeResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<GetRequestedServiceQuotaChangeResponse.Builder,GetRequestedServiceQuotaChangeResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRequestedServiceQuotaChangeResponse.Builder |
requestedQuota(Consumer<RequestedServiceQuotaChange.Builder> requestedQuota)
Returns the
RequestedServiceQuotaChange object for the specific increase request. |
GetRequestedServiceQuotaChangeResponse.Builder |
requestedQuota(RequestedServiceQuotaChange requestedQuota)
Returns the
RequestedServiceQuotaChange object for the specific increase request. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRequestedServiceQuotaChangeResponse.Builder requestedQuota(RequestedServiceQuotaChange requestedQuota)
Returns the RequestedServiceQuotaChange object for the specific increase request.
requestedQuota - Returns the RequestedServiceQuotaChange object for the specific increase request.default GetRequestedServiceQuotaChangeResponse.Builder requestedQuota(Consumer<RequestedServiceQuotaChange.Builder> requestedQuota)
Returns the RequestedServiceQuotaChange object for the specific increase request.
RequestedServiceQuotaChange.Builder avoiding
the need to create one manually via RequestedServiceQuotaChange.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to requestedQuota(RequestedServiceQuotaChange).requestedQuota - a consumer that will call methods on RequestedServiceQuotaChange.BuilderrequestedQuota(RequestedServiceQuotaChange)Copyright © 2020. All rights reserved.