public static interface ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder,ListRequestedServiceQuotaChangeHistoryByQuotaResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder |
requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder |
requestedQuotas(Consumer<RequestedServiceQuotaChange.Builder>... requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder |
requestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
requestedQuotas - Information about the quota increase requests.ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder requestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
requestedQuotas - Information about the quota increase requests.ListRequestedServiceQuotaChangeHistoryByQuotaResponse.Builder requestedQuotas(Consumer<RequestedServiceQuotaChange.Builder>... requestedQuotas)
Information about the quota increase requests.
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 #requestedQuotas(List.
requestedQuotas - a consumer that will call methods on
RequestedServiceQuotaChange.Builder#requestedQuotas(java.util.Collection) Copyright © 2023. All rights reserved.