public static interface ListRouteCalculatorsRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListRouteCalculatorsRequest.Builder,ListRouteCalculatorsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListRouteCalculatorsRequest.Builder |
maxResults(Integer maxResults)
An optional maximum number of results returned in a single call.
|
ListRouteCalculatorsRequest.Builder |
nextToken(String nextToken)
The pagination token specifying which page of results to return in the response.
|
ListRouteCalculatorsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRouteCalculatorsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListRouteCalculatorsRequest.Builder maxResults(Integer maxResults)
An optional maximum number of results returned in a single call.
Default Value: 100
maxResults - An optional maximum number of results returned in a single call.
Default Value: 100
ListRouteCalculatorsRequest.Builder nextToken(String nextToken)
The pagination token specifying which page of results to return in the response. If no token is provided, the default page is the first page.
Default Value: null
nextToken - The pagination token specifying which page of results to return in the response. If no token is
provided, the default page is the first page.
Default Value: null
ListRouteCalculatorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListRouteCalculatorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.