public static interface ListServiceQuotasResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListServiceQuotasResponse.Builder,ListServiceQuotasResponse>
| Modifier and Type | Method and Description |
|---|---|
ListServiceQuotasResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListServiceQuotasResponse.Builder |
quotas(Collection<ServiceQuota> quotas)
Information about the quotas.
|
ListServiceQuotasResponse.Builder |
quotas(Consumer<ServiceQuota.Builder>... quotas)
Information about the quotas.
|
ListServiceQuotasResponse.Builder |
quotas(ServiceQuota... quotas)
Information about the quotas.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceQuotasResponse.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.ListServiceQuotasResponse.Builder quotas(Collection<ServiceQuota> quotas)
Information about the quotas.
quotas - Information about the quotas.ListServiceQuotasResponse.Builder quotas(ServiceQuota... quotas)
Information about the quotas.
quotas - Information about the quotas.ListServiceQuotasResponse.Builder quotas(Consumer<ServiceQuota.Builder>... quotas)
Information about the quotas.
This is a convenience method 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 #quotas(List) .quotas - a consumer that will call methods on List.Builder #quotas(List) Copyright © 2022. All rights reserved.