Interface RouteKeepStepDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteKeepStepDetails.Builder,RouteKeepStepDetails>,SdkBuilder<RouteKeepStepDetails.Builder,RouteKeepStepDetails>,SdkPojo
- Enclosing class:
- RouteKeepStepDetails
public static interface RouteKeepStepDetails.Builder extends SdkPojo, CopyableBuilder<RouteKeepStepDetails.Builder,RouteKeepStepDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteKeepStepDetails.Builderintersection(Collection<LocalizedString> intersection)Name of the intersection, if applicable to the step.RouteKeepStepDetails.Builderintersection(Consumer<LocalizedString.Builder>... intersection)Name of the intersection, if applicable to the step.RouteKeepStepDetails.Builderintersection(LocalizedString... intersection)Name of the intersection, if applicable to the step.RouteKeepStepDetails.BuildersteeringDirection(String steeringDirection)Steering direction for the step.RouteKeepStepDetails.BuildersteeringDirection(RouteSteeringDirection steeringDirection)Steering direction for the step.RouteKeepStepDetails.BuilderturnAngle(Double turnAngle)Angle of the turn.RouteKeepStepDetails.BuilderturnIntensity(String turnIntensity)Intensity of the turn.RouteKeepStepDetails.BuilderturnIntensity(RouteTurnIntensity turnIntensity)Intensity of the turn.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
intersection
RouteKeepStepDetails.Builder intersection(Collection<LocalizedString> intersection)
Name of the intersection, if applicable to the step.
- Parameters:
intersection- Name of the intersection, if applicable to the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intersection
RouteKeepStepDetails.Builder intersection(LocalizedString... intersection)
Name of the intersection, if applicable to the step.
- Parameters:
intersection- Name of the intersection, if applicable to the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
intersection
RouteKeepStepDetails.Builder intersection(Consumer<LocalizedString.Builder>... intersection)
Name of the intersection, if applicable to the step.
This is a convenience method that creates an instance of theLocalizedString.Builderavoiding the need to create one manually viaLocalizedString.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#intersection(List.) - Parameters:
intersection- a consumer that will call methods onLocalizedString.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#intersection(java.util.Collection)
-
steeringDirection
RouteKeepStepDetails.Builder steeringDirection(String steeringDirection)
Steering direction for the step.
- Parameters:
steeringDirection- Steering direction for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteSteeringDirection,RouteSteeringDirection
-
steeringDirection
RouteKeepStepDetails.Builder steeringDirection(RouteSteeringDirection steeringDirection)
Steering direction for the step.
- Parameters:
steeringDirection- Steering direction for the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteSteeringDirection,RouteSteeringDirection
-
turnAngle
RouteKeepStepDetails.Builder turnAngle(Double turnAngle)
Angle of the turn.
- Parameters:
turnAngle- Angle of the turn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
turnIntensity
RouteKeepStepDetails.Builder turnIntensity(String turnIntensity)
Intensity of the turn.
- Parameters:
turnIntensity- Intensity of the turn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteTurnIntensity,RouteTurnIntensity
-
turnIntensity
RouteKeepStepDetails.Builder turnIntensity(RouteTurnIntensity turnIntensity)
Intensity of the turn.
- Parameters:
turnIntensity- Intensity of the turn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RouteTurnIntensity,RouteTurnIntensity
-
-