Uses of Interface
software.amazon.awssdk.services.location.model.RouteMatrixEntry.Builder
-
Packages that use RouteMatrixEntry.Builder Package Description software.amazon.awssdk.services.location.model -
-
Uses of RouteMatrixEntry.Builder in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return RouteMatrixEntry.Builder Modifier and Type Method Description static RouteMatrixEntry.BuilderRouteMatrixEntry. builder()RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. distance(Double distance)The total distance of travel for the route.RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. durationSeconds(Double durationSeconds)The expected duration of travel for the route.default RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. error(Consumer<RouteMatrixEntryError.Builder> error)An error corresponding to the calculation of a route between theDeparturePositionandDestinationPosition.RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. error(RouteMatrixEntryError error)An error corresponding to the calculation of a route between theDeparturePositionandDestinationPosition.RouteMatrixEntry.BuilderRouteMatrixEntry. toBuilder()Methods in software.amazon.awssdk.services.location.model that return types with arguments of type RouteMatrixEntry.Builder Modifier and Type Method Description static Class<? extends RouteMatrixEntry.Builder>RouteMatrixEntry. serializableBuilderClass()
-