Uses of Interface
software.amazon.awssdk.services.georoutes.model.RouteRoundaboutExitStepDetails.Builder
-
Packages that use RouteRoundaboutExitStepDetails.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteRoundaboutExitStepDetails.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteRoundaboutExitStepDetails.Builder Modifier and Type Method Description static RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails. builder()RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails.Builder. intersection(Consumer<LocalizedString.Builder>... intersection)Name of the intersection, if applicable to the step.RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails.Builder. relativeExit(Integer relativeExit)Exit to be taken.RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails.Builder. roundaboutAngle(Double roundaboutAngle)Angle of the roundabout.RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails.Builder. steeringDirection(String steeringDirection)Steering direction for the step.RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails.Builder. steeringDirection(RouteSteeringDirection steeringDirection)Steering direction for the step.RouteRoundaboutExitStepDetails.BuilderRouteRoundaboutExitStepDetails. toBuilder()Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteRoundaboutExitStepDetails.Builder Modifier and Type Method Description static Class<? extends RouteRoundaboutExitStepDetails.Builder>RouteRoundaboutExitStepDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteRoundaboutExitStepDetails.Builder Modifier and Type Method Description default RoutePedestrianTravelStep.BuilderRoutePedestrianTravelStep.Builder. roundaboutExitStepDetails(Consumer<RouteRoundaboutExitStepDetails.Builder> roundaboutExitStepDetails)Details that are specific to a Roundabout Exit step.default RouteVehicleTravelStep.BuilderRouteVehicleTravelStep.Builder. roundaboutExitStepDetails(Consumer<RouteRoundaboutExitStepDetails.Builder> roundaboutExitStepDetails)Details that are specific to a Roundabout Exit step.
-