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