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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetRequestedServiceQuotaChangeResponse.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 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.Builder
requestedQuota(RequestedServiceQuotaChange)