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 method that creates an instance of theServiceQuota.Builder avoiding the need to create
one manually via ServiceQuota.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #quotas(List.
quotas - a consumer that will call methods on
ServiceQuota.Builder#quotas(java.util.Collection) Copyright © 2022. All rights reserved.