Interface RoutePassThroughPlace.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RoutePassThroughPlace.Builder,RoutePassThroughPlace>,SdkBuilder<RoutePassThroughPlace.Builder,RoutePassThroughPlace>,SdkPojo
- Enclosing class:
- RoutePassThroughPlace
public static interface RoutePassThroughPlace.Builder extends SdkPojo, CopyableBuilder<RoutePassThroughPlace.Builder,RoutePassThroughPlace>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoutePassThroughPlace.BuilderoriginalPosition(Double... originalPosition)Position provided in the request.RoutePassThroughPlace.BuilderoriginalPosition(Collection<Double> originalPosition)Position provided in the request.RoutePassThroughPlace.Builderposition(Double... position)Position defined as[longitude, latitude].RoutePassThroughPlace.Builderposition(Collection<Double> position)Position defined as[longitude, latitude].RoutePassThroughPlace.BuilderwaypointIndex(Integer waypointIndex)Index of the waypoint in the request.-
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
-
originalPosition
RoutePassThroughPlace.Builder originalPosition(Collection<Double> originalPosition)
Position provided in the request.
- Parameters:
originalPosition- Position provided in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originalPosition
RoutePassThroughPlace.Builder originalPosition(Double... originalPosition)
Position provided in the request.
- Parameters:
originalPosition- Position provided in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
RoutePassThroughPlace.Builder position(Collection<Double> position)
Position defined as
[longitude, latitude].- Parameters:
position- Position defined as[longitude, latitude].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
RoutePassThroughPlace.Builder position(Double... position)
Position defined as
[longitude, latitude].- Parameters:
position- Position defined as[longitude, latitude].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
waypointIndex
RoutePassThroughPlace.Builder waypointIndex(Integer waypointIndex)
Index of the waypoint in the request.
- Parameters:
waypointIndex- Index of the waypoint in the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-