Interface RouteLegGeometry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RouteLegGeometry.Builder,,RouteLegGeometry> SdkBuilder<RouteLegGeometry.Builder,,RouteLegGeometry> SdkPojo
- Enclosing class:
 RouteLegGeometry
public static interface RouteLegGeometry.Builder
extends SdkPojo, CopyableBuilder<RouteLegGeometry.Builder,RouteLegGeometry> 
- 
Method Summary
Modifier and TypeMethodDescriptionlineString(Collection<? extends Collection<Double>> lineString) An ordered list of positions used to plot a route on a map.lineString(Collection<Double>... lineString) An ordered list of positions used to plot a route on a map.An ordered list of positions used to plot a route on a map in a lossy compression format.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
- 
lineString
An ordered list of positions used to plot a route on a map.
LineString and Polyline are mutually exclusive properties.
- Parameters:
 lineString- An ordered list of positions used to plot a route on a map.LineString and Polyline are mutually exclusive properties.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lineString
An ordered list of positions used to plot a route on a map.
LineString and Polyline are mutually exclusive properties.
- Parameters:
 lineString- An ordered list of positions used to plot a route on a map.LineString and Polyline are mutually exclusive properties.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
polyline
An ordered list of positions used to plot a route on a map in a lossy compression format.
LineString and Polyline are mutually exclusive properties.
- Parameters:
 polyline- An ordered list of positions used to plot a route on a map in a lossy compression format.LineString and Polyline are mutually exclusive properties.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -