Interface RouteMatrixSideOfStreetOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteMatrixSideOfStreetOptions.Builder,,RouteMatrixSideOfStreetOptions> SdkBuilder<RouteMatrixSideOfStreetOptions.Builder,,RouteMatrixSideOfStreetOptions> SdkPojo
- Enclosing class:
RouteMatrixSideOfStreetOptions
@Mutable
@NotThreadSafe
public static interface RouteMatrixSideOfStreetOptions.Builder
extends SdkPojo, CopyableBuilder<RouteMatrixSideOfStreetOptions.Builder,RouteMatrixSideOfStreetOptions>
-
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:
-