Uses of Interface
software.amazon.awssdk.services.georoutes.model.RouteRoundaboutEnterStepDetails.Builder
-
Packages that use RouteRoundaboutEnterStepDetails.Builder Package Description software.amazon.awssdk.services.georoutes.model -
-
Uses of RouteRoundaboutEnterStepDetails.Builder in software.amazon.awssdk.services.georoutes.model
Methods in software.amazon.awssdk.services.georoutes.model that return RouteRoundaboutEnterStepDetails.Builder Modifier and Type Method Description static RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails. builder()RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. intersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. intersection(Consumer<LocalizedString.Builder>... intersection)Name of the intersection, if applicable to the step.RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. intersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. steeringDirection(String steeringDirection)Steering direction for the step.RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. steeringDirection(RouteSteeringDirection steeringDirection)Steering direction for the step.RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails. toBuilder()RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. turnAngle(Double turnAngle)Angle of the turn.RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. turnIntensity(String turnIntensity)Intensity of the turn.RouteRoundaboutEnterStepDetails.BuilderRouteRoundaboutEnterStepDetails.Builder. turnIntensity(RouteTurnIntensity turnIntensity)Intensity of the turn.Methods in software.amazon.awssdk.services.georoutes.model that return types with arguments of type RouteRoundaboutEnterStepDetails.Builder Modifier and Type Method Description static Class<? extends RouteRoundaboutEnterStepDetails.Builder>RouteRoundaboutEnterStepDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.georoutes.model with type arguments of type RouteRoundaboutEnterStepDetails.Builder Modifier and Type Method Description default RoutePedestrianTravelStep.BuilderRoutePedestrianTravelStep.Builder. roundaboutEnterStepDetails(Consumer<RouteRoundaboutEnterStepDetails.Builder> roundaboutEnterStepDetails)Details that are specific to a Roundabout Enter step.default RouteVehicleTravelStep.BuilderRouteVehicleTravelStep.Builder. roundaboutEnterStepDetails(Consumer<RouteRoundaboutEnterStepDetails.Builder> roundaboutEnterStepDetails)Details that are specific to a Roundabout Enter step.
-