Interface RoutePassThroughPlace.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoutePassThroughPlace.Builder,,RoutePassThroughPlace> SdkBuilder<RoutePassThroughPlace.Builder,,RoutePassThroughPlace> SdkPojo
- Enclosing class:
RoutePassThroughPlace
@Mutable
@NotThreadSafe
public static interface RoutePassThroughPlace.Builder
extends SdkPojo, CopyableBuilder<RoutePassThroughPlace.Builder,RoutePassThroughPlace>
-
Method Summary
Modifier and TypeMethodDescriptionoriginalPosition(Double... originalPosition) Position provided in the request.originalPosition(Collection<Double> originalPosition) Position provided in the request.Position in World Geodetic System (WGS 84) format: [longitude, latitude].position(Collection<Double> position) Position in World Geodetic System (WGS 84) format: [longitude, latitude].waypointIndex(Integer waypointIndex) Index of the waypoint in the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
- Parameters:
position- Position in World Geodetic System (WGS 84) format: [longitude, latitude].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
- Parameters:
position- Position in World Geodetic System (WGS 84) format: [longitude, latitude].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-