public static interface ListAwsDefaultServiceQuotasResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListAwsDefaultServiceQuotasResponse.Builder,ListAwsDefaultServiceQuotasResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAwsDefaultServiceQuotasResponse.Builder |
nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
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)
If present, indicates that more output is available than is included in the current response. Use this value
in the NextToken request parameter in a subsequent call to the operation to get the next part of
the output. You should repeat this until the NextToken response element comes back as
null.
nextToken - If present, indicates that more output is available than is included in the current response. Use this
value in the NextToken request parameter in a subsequent call to the operation to get the
next part of the output. You should repeat this until the NextToken response element
comes back as null.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 © 2023. All rights reserved.