Interface WaypointOptimizationSideOfStreetOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<WaypointOptimizationSideOfStreetOptions.Builder,,WaypointOptimizationSideOfStreetOptions> SdkBuilder<WaypointOptimizationSideOfStreetOptions.Builder,,WaypointOptimizationSideOfStreetOptions> SdkPojo
- Enclosing class:
 WaypointOptimizationSideOfStreetOptions
public static interface WaypointOptimizationSideOfStreetOptions.Builder
extends SdkPojo, CopyableBuilder<WaypointOptimizationSideOfStreetOptions.Builder,WaypointOptimizationSideOfStreetOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionPosition defined as[longitude, latitude].position(Collection<Double> position) Position defined as[longitude, latitude].Strategy that defines when the side of street position should be used.useWith(SideOfStreetMatchingStrategy useWith) Strategy that defines when the side of street position should be used.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
- 
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.
 
 - 
useWith
Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position.
Default Value:
DividedStreetOnly- Parameters:
 useWith- Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position.Default Value:
DividedStreetOnly- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
useWith
Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position.
Default Value:
DividedStreetOnly- Parameters:
 useWith- Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position.Default Value:
DividedStreetOnly- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -