public static interface GetServiceQuotaIncreaseRequestFromTemplateResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<GetServiceQuotaIncreaseRequestFromTemplateResponse.Builder,GetServiceQuotaIncreaseRequestFromTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetServiceQuotaIncreaseRequestFromTemplateResponse.Builder |
serviceQuotaIncreaseRequestInTemplate(Consumer<ServiceQuotaIncreaseRequestInTemplate.Builder> serviceQuotaIncreaseRequestInTemplate)
This object contains the details about the quota increase request.
|
GetServiceQuotaIncreaseRequestFromTemplateResponse.Builder |
serviceQuotaIncreaseRequestInTemplate(ServiceQuotaIncreaseRequestInTemplate serviceQuotaIncreaseRequestInTemplate)
This object contains the details about the quota increase request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetServiceQuotaIncreaseRequestFromTemplateResponse.Builder serviceQuotaIncreaseRequestInTemplate(ServiceQuotaIncreaseRequestInTemplate serviceQuotaIncreaseRequestInTemplate)
This object contains the details about the quota increase request.
serviceQuotaIncreaseRequestInTemplate - This object contains the details about the quota increase request.default GetServiceQuotaIncreaseRequestFromTemplateResponse.Builder serviceQuotaIncreaseRequestInTemplate(Consumer<ServiceQuotaIncreaseRequestInTemplate.Builder> serviceQuotaIncreaseRequestInTemplate)
This object contains the details about the quota increase request.
This is a convenience that creates an instance of theServiceQuotaIncreaseRequestInTemplate.Builder
avoiding the need to create one manually via ServiceQuotaIncreaseRequestInTemplate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
serviceQuotaIncreaseRequestInTemplate(ServiceQuotaIncreaseRequestInTemplate).serviceQuotaIncreaseRequestInTemplate - a consumer that will call methods on ServiceQuotaIncreaseRequestInTemplate.BuilderserviceQuotaIncreaseRequestInTemplate(ServiceQuotaIncreaseRequestInTemplate)Copyright © 2020. All rights reserved.