Uses of Interface
software.amazon.awssdk.services.georoutes.model.RoutePassThroughPlace.Builder
-
Packages that use RoutePassThroughPlace.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RoutePassThroughPlace.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RoutePassThroughPlace.Builder Modifier and Type Method Description static RoutePassThroughPlace.BuilderRoutePassThroughPlace. builder()RoutePassThroughPlace.BuilderRoutePassThroughPlace.Builder. originalPosition(Double... originalPosition)Position provided in the request.RoutePassThroughPlace.BuilderRoutePassThroughPlace.Builder. originalPosition(Collection<Double> originalPosition)Position provided in the request.RoutePassThroughPlace.BuilderRoutePassThroughPlace.Builder. position(Double... position)Position defined as[longitude, latitude].RoutePassThroughPlace.BuilderRoutePassThroughPlace.Builder. position(Collection<Double> position)Position defined as[longitude, latitude].RoutePassThroughPlace.BuilderRoutePassThroughPlace. toBuilder()RoutePassThroughPlace.BuilderRoutePassThroughPlace.Builder. waypointIndex(Integer waypointIndex)Index of the waypoint in the request.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RoutePassThroughPlace.Builder Modifier and Type Method Description static Class<? extends RoutePassThroughPlace.Builder>RoutePassThroughPlace. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RoutePassThroughPlace.Builder Modifier and Type Method Description default RoutePassThroughWaypoint.BuilderRoutePassThroughWaypoint.Builder. place(Consumer<RoutePassThroughPlace.Builder> place)The place details.
-