public static interface ListServiceQuotasRequest.Builder extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<ListServiceQuotasRequest.Builder,ListServiceQuotasRequest>
| Modifier and Type | Method and Description |
|---|---|
ListServiceQuotasRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListServiceQuotasRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListServiceQuotasRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListServiceQuotasRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListServiceQuotasRequest.Builder |
serviceCode(String serviceCode)
The service identifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListServiceQuotasRequest.Builder serviceCode(String serviceCode)
The service identifier.
serviceCode - The service identifier.ListServiceQuotasRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.ListServiceQuotasRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, if any, make another call with the token returned from this call.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, if any,
make another call with the token returned from this call.ListServiceQuotasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListServiceQuotasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.