Interface RequestServiceQuotaIncreaseResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RequestServiceQuotaIncreaseResponse.Builder,RequestServiceQuotaIncreaseResponse>,SdkBuilder<RequestServiceQuotaIncreaseResponse.Builder,RequestServiceQuotaIncreaseResponse>,SdkPojo,SdkResponse.Builder,ServiceQuotasResponse.Builder
- Enclosing class:
- RequestServiceQuotaIncreaseResponse
public static interface RequestServiceQuotaIncreaseResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<RequestServiceQuotaIncreaseResponse.Builder,RequestServiceQuotaIncreaseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default RequestServiceQuotaIncreaseResponse.BuilderrequestedQuota(Consumer<RequestedServiceQuotaChange.Builder> requestedQuota)Information about the quota increase request.RequestServiceQuotaIncreaseResponse.BuilderrequestedQuota(RequestedServiceQuotaChange requestedQuota)Information about the quota increase request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.servicequotas.model.ServiceQuotasResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
requestedQuota
RequestServiceQuotaIncreaseResponse.Builder requestedQuota(RequestedServiceQuotaChange requestedQuota)
Information about the quota increase request.
- Parameters:
requestedQuota- Information about the quota increase request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requestedQuota
default RequestServiceQuotaIncreaseResponse.Builder requestedQuota(Consumer<RequestedServiceQuotaChange.Builder> requestedQuota)
Information about the quota increase request.
This is a convenience method that creates an instance of theRequestedServiceQuotaChange.Builderavoiding the need to create one manually viaRequestedServiceQuotaChange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torequestedQuota(RequestedServiceQuotaChange).- Parameters:
requestedQuota- a consumer that will call methods onRequestedServiceQuotaChange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
requestedQuota(RequestedServiceQuotaChange)
-
-