Interface ListRouteCalculatorsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRouteCalculatorsRequest.Builder,ListRouteCalculatorsRequest>,LocationRequest.Builder,SdkBuilder<ListRouteCalculatorsRequest.Builder,ListRouteCalculatorsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRouteCalculatorsRequest
public static interface ListRouteCalculatorsRequest.Builder extends LocationRequest.Builder, SdkPojo, CopyableBuilder<ListRouteCalculatorsRequest.Builder,ListRouteCalculatorsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRouteCalculatorsRequest.BuildermaxResults(Integer maxResults)An optional maximum number of results returned in a single call.ListRouteCalculatorsRequest.BuildernextToken(String nextToken)The pagination token specifying which page of results to return in the response.ListRouteCalculatorsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRouteCalculatorsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.location.model.LocationRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListRouteCalculatorsRequest.Builder maxResults(Integer maxResults)
An optional maximum number of results returned in a single call.
Default Value:
100- Parameters:
maxResults- An optional maximum number of results returned in a single call.Default Value:
100- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRouteCalculatorsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRouteCalculatorsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-