Uses of Interface
software.amazon.awssdk.services.georoutes.model.RouteMatrixEntry.Builder
-
Packages that use RouteMatrixEntry.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteMatrixEntry.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteMatrixEntry.Builder Modifier and Type Method Description static RouteMatrixEntry.BuilderRouteMatrixEntry. builder()RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. distance(Long distance)The total distance of travel for the route.RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. duration(Long duration)The expected duration of travel for the route.RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. error(String error)Error code that occurred during calculation of the route.RouteMatrixEntry.BuilderRouteMatrixEntry.Builder. error(RouteMatrixErrorCode error)Error code that occurred during calculation of the route.RouteMatrixEntry.BuilderRouteMatrixEntry. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteMatrixEntry.Builder Modifier and Type Method Description static Class<? extends RouteMatrixEntry.Builder>RouteMatrixEntry. serializableBuilderClass()
-