public static interface ListRequestedServiceQuotaChangeHistoryResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListRequestedServiceQuotaChangeHistoryResponse.Builder,ListRequestedServiceQuotaChangeHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
requestedQuotas(Consumer<RequestedServiceQuotaChange.Builder>... requestedQuotas)
Information about the quota increase requests.
|
ListRequestedServiceQuotaChangeHistoryResponse.Builder |
requestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRequestedServiceQuotaChangeHistoryResponse.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.ListRequestedServiceQuotaChangeHistoryResponse.Builder requestedQuotas(Collection<RequestedServiceQuotaChange> requestedQuotas)
Information about the quota increase requests.
requestedQuotas - Information about the quota increase requests.ListRequestedServiceQuotaChangeHistoryResponse.Builder requestedQuotas(RequestedServiceQuotaChange... requestedQuotas)
Information about the quota increase requests.
requestedQuotas - Information about the quota increase requests.ListRequestedServiceQuotaChangeHistoryResponse.Builder requestedQuotas(Consumer<RequestedServiceQuotaChange.Builder>... requestedQuotas)
Information about the quota increase requests.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #requestedQuotas(List) .requestedQuotas - a consumer that will call methods on List.Builder #requestedQuotas(List) Copyright © 2022. All rights reserved.