public static interface CalculateRouteMatrixSummary.Builder extends SdkPojo, CopyableBuilder<CalculateRouteMatrixSummary.Builder,CalculateRouteMatrixSummary>
| Modifier and Type | Method and Description |
|---|---|
CalculateRouteMatrixSummary.Builder |
dataSource(String dataSource)
The data provider of traffic and road network data used to calculate the routes.
|
CalculateRouteMatrixSummary.Builder |
distanceUnit(DistanceUnit distanceUnit)
The unit of measurement for route distances.
|
CalculateRouteMatrixSummary.Builder |
distanceUnit(String distanceUnit)
The unit of measurement for route distances.
|
CalculateRouteMatrixSummary.Builder |
errorCount(Integer errorCount)
The count of error results in the route matrix.
|
CalculateRouteMatrixSummary.Builder |
routeCount(Integer routeCount)
The count of cells in the route matrix.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCalculateRouteMatrixSummary.Builder dataSource(String dataSource)
The data provider of traffic and road network data used to calculate the routes. Indicates one of the available providers:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
dataSource - The data provider of traffic and road network data used to calculate the routes. Indicates one of the
available providers:
Esri
Here
For more information about data providers, see Amazon Location Service data providers.
CalculateRouteMatrixSummary.Builder distanceUnit(String distanceUnit)
The unit of measurement for route distances.
distanceUnit - The unit of measurement for route distances.DistanceUnit,
DistanceUnitCalculateRouteMatrixSummary.Builder distanceUnit(DistanceUnit distanceUnit)
The unit of measurement for route distances.
distanceUnit - The unit of measurement for route distances.DistanceUnit,
DistanceUnitCalculateRouteMatrixSummary.Builder errorCount(Integer errorCount)
The count of error results in the route matrix. If this number is 0, all routes were calculated successfully.
errorCount - The count of error results in the route matrix. If this number is 0, all routes were calculated
successfully.CalculateRouteMatrixSummary.Builder routeCount(Integer routeCount)
The count of cells in the route matrix. Equal to the number of DeparturePositions multiplied by
the number of DestinationPositions.
routeCount - The count of cells in the route matrix. Equal to the number of DeparturePositions
multiplied by the number of DestinationPositions.Copyright © 2022. All rights reserved.