public static interface RequestServiceQuotaIncreaseResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<RequestServiceQuotaIncreaseResponse.Builder,RequestServiceQuotaIncreaseResponse>
| Modifier and Type | Method and Description |
|---|---|
default RequestServiceQuotaIncreaseResponse.Builder |
requestedQuota(Consumer<RequestedServiceQuotaChange.Builder> requestedQuota)
Returns a list of service quota requests.
|
RequestServiceQuotaIncreaseResponse.Builder |
requestedQuota(RequestedServiceQuotaChange requestedQuota)
Returns a list of service quota requests.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRequestServiceQuotaIncreaseResponse.Builder requestedQuota(RequestedServiceQuotaChange requestedQuota)
Returns a list of service quota requests.
requestedQuota - Returns a list of service quota requests.default RequestServiceQuotaIncreaseResponse.Builder requestedQuota(Consumer<RequestedServiceQuotaChange.Builder> requestedQuota)
Returns a list of service quota requests.
This is a convenience that creates an instance of theRequestedServiceQuotaChange.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.