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)
Information about the quota increase request.
|
RequestServiceQuotaIncreaseResponse.Builder |
requestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRequestServiceQuotaIncreaseResponse.Builder requestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
requestedQuota - Information about the quota increase request.default RequestServiceQuotaIncreaseResponse.Builder requestedQuota(Consumer<RequestedServiceQuotaChange.Builder> requestedQuota)
Information about the quota increase request.
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 © 2022. All rights reserved.