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