Interface ListRequestedServiceQuotaChangeHistoryResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListRequestedServiceQuotaChangeHistoryResponse.Builder,,- ListRequestedServiceQuotaChangeHistoryResponse> - SdkBuilder<ListRequestedServiceQuotaChangeHistoryResponse.Builder,,- ListRequestedServiceQuotaChangeHistoryResponse> - SdkPojo,- SdkResponse.Builder,- ServiceQuotasResponse.Builder
- Enclosing class:
- ListRequestedServiceQuotaChangeHistoryResponse
@Mutable
@NotThreadSafe
public static interface ListRequestedServiceQuotaChangeHistoryResponse.Builder
extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListRequestedServiceQuotaChangeHistoryResponse.Builder,ListRequestedServiceQuotaChangeHistoryResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionIf present, indicates that more output is available than is included in the current response.requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas) Information about the quota increase requests.requestedQuotas(Consumer<RequestedServiceQuotaChange.Builder>... requestedQuotas) Information about the quota increase requests.requestedQuotas(RequestedServiceQuotaChange... requestedQuotas) Information about the quota increase requests.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.servicequotas.model.ServiceQuotasResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
nextTokenIf present, indicates that more output is available than is included in the current response. Use this value in the NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull.- Parameters:
- nextToken- If present, indicates that more output is available than is included in the current response. Use this value in the- NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until the- NextTokenresponse element comes back as- null.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
requestedQuotasListRequestedServiceQuotaChangeHistoryResponse.Builder requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas) Information about the quota increase requests. - Parameters:
- requestedQuotas- Information about the quota increase requests.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
requestedQuotasListRequestedServiceQuotaChangeHistoryResponse.Builder requestedQuotas(RequestedServiceQuotaChange... requestedQuotas) Information about the quota increase requests. - Parameters:
- requestedQuotas- Information about the quota increase requests.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
requestedQuotasListRequestedServiceQuotaChangeHistoryResponse.Builder requestedQuotas(Consumer<RequestedServiceQuotaChange.Builder>... requestedQuotas) Information about the quota increase requests. 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 torequestedQuotas(List<RequestedServiceQuotaChange>).- Parameters:
- requestedQuotas- a consumer that will call methods on- RequestedServiceQuotaChange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-