public static interface ListAwsDefaultServiceQuotasResponse.Builder extends ServiceQuotasResponse.Builder, SdkPojo, CopyableBuilder<ListAwsDefaultServiceQuotasResponse.Builder,ListAwsDefaultServiceQuotasResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAwsDefaultServiceQuotasResponse.Builder |
nextToken(String nextToken)
(Optional) Use this parameter in a request if you receive a
NextToken response in a previous
request that indicates that there's more output available. |
ListAwsDefaultServiceQuotasResponse.Builder |
quotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
|
ListAwsDefaultServiceQuotasResponse.Builder |
quotas(Consumer<ServiceQuota.Builder>... quotas)
A list of the quotas in the account with the AWS default values.
|
ListAwsDefaultServiceQuotasResponse.Builder |
quotas(ServiceQuota... quotas)
A list of the quotas in the account with the AWS default values.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAwsDefaultServiceQuotasResponse.Builder nextToken(String nextToken)
(Optional) Use this parameter in a request if you receive a NextToken response in a previous
request that indicates that there's more output available. In a subsequent call, set it to the value of the
previous call's NextToken response to indicate where the output should continue from.
nextToken - (Optional) Use this parameter in a request if you receive a NextToken response in a
previous request that indicates that there's more output available. In a subsequent call, set it to
the value of the previous call's NextToken response to indicate where the output should
continue from.ListAwsDefaultServiceQuotasResponse.Builder quotas(Collection<ServiceQuota> quotas)
A list of the quotas in the account with the AWS default values.
quotas - A list of the quotas in the account with the AWS default values.ListAwsDefaultServiceQuotasResponse.Builder quotas(ServiceQuota... quotas)
A list of the quotas in the account with the AWS default values.
quotas - A list of the quotas in the account with the AWS default values.ListAwsDefaultServiceQuotasResponse.Builder quotas(Consumer<ServiceQuota.Builder>... quotas)
A list of the quotas in the account with the AWS default values.
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 © 2020. All rights reserved.