Interface RoutePedestrianPlace.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RoutePedestrianPlace.Builder,
,RoutePedestrianPlace> SdkBuilder<RoutePedestrianPlace.Builder,
,RoutePedestrianPlace> SdkPojo
- Enclosing class:
RoutePedestrianPlace
@Mutable
@NotThreadSafe
public static interface RoutePedestrianPlace.Builder
extends SdkPojo, CopyableBuilder<RoutePedestrianPlace.Builder,RoutePedestrianPlace>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the place.originalPosition
(Double... originalPosition) Position provided in the request.originalPosition
(Collection<Double> originalPosition) Position provided in the request.Position defined as[longitude, latitude]
.position
(Collection<Double> position) Position defined as[longitude, latitude]
.sideOfStreet
(String sideOfStreet) Options to configure matching the provided position to a side of the street.sideOfStreet
(RouteSideOfStreet sideOfStreet) Options to configure matching the provided position to a side of the street.waypointIndex
(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 Details
-
name
The name of the place.
- Parameters:
name
- The name of the place.- 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.
-
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 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
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.
-
sideOfStreet
Options to configure matching the provided position to a side of the street.
- Parameters:
sideOfStreet
- Options to configure matching the provided position to a side of the street.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sideOfStreet
Options to configure matching the provided position to a side of the street.
- Parameters:
sideOfStreet
- Options to configure matching the provided position to a side of the street.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-