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)
Information about the quota increase request.
|
GetRequestedServiceQuotaChangeResponse.Builder |
requestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRequestedServiceQuotaChangeResponse.Builder requestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
requestedQuota - Information about the quota increase request.default GetRequestedServiceQuotaChangeResponse.Builder requestedQuota(Consumer<RequestedServiceQuotaChange.Builder> requestedQuota)
Information about the quota increase request.
This is a convenience method 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.