Interface RoadSnapSnappedTracePoint.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RoadSnapSnappedTracePoint.Builder,RoadSnapSnappedTracePoint>,SdkBuilder<RoadSnapSnappedTracePoint.Builder,RoadSnapSnappedTracePoint>,SdkPojo
- Enclosing class:
- RoadSnapSnappedTracePoint
public static interface RoadSnapSnappedTracePoint.Builder extends SdkPojo, CopyableBuilder<RoadSnapSnappedTracePoint.Builder,RoadSnapSnappedTracePoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RoadSnapSnappedTracePoint.Builderconfidence(Double confidence)Confidence value for the correctness of this point match.RoadSnapSnappedTracePoint.BuilderoriginalPosition(Double... originalPosition)Position of the TracePoint provided within the request, at the same index.RoadSnapSnappedTracePoint.BuilderoriginalPosition(Collection<Double> originalPosition)Position of the TracePoint provided within the request, at the same index.RoadSnapSnappedTracePoint.BuildersnappedPosition(Double... snappedPosition)Snapped position of the TracePoint provided within the request, at the same index.RoadSnapSnappedTracePoint.BuildersnappedPosition(Collection<Double> snappedPosition)Snapped position of the TracePoint provided within the request, at the same index.-
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 Detail
-
confidence
RoadSnapSnappedTracePoint.Builder confidence(Double confidence)
Confidence value for the correctness of this point match.
- Parameters:
confidence- Confidence value for the correctness of this point match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originalPosition
RoadSnapSnappedTracePoint.Builder originalPosition(Collection<Double> originalPosition)
Position of the TracePoint provided within the request, at the same index.
- Parameters:
originalPosition- Position of the TracePoint provided within the request, at the same index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
originalPosition
RoadSnapSnappedTracePoint.Builder originalPosition(Double... originalPosition)
Position of the TracePoint provided within the request, at the same index.
- Parameters:
originalPosition- Position of the TracePoint provided within the request, at the same index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snappedPosition
RoadSnapSnappedTracePoint.Builder snappedPosition(Collection<Double> snappedPosition)
Snapped position of the TracePoint provided within the request, at the same index.
- Parameters:
snappedPosition- Snapped position of the TracePoint provided within the request, at the same index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
snappedPosition
RoadSnapSnappedTracePoint.Builder snappedPosition(Double... snappedPosition)
Snapped position of the TracePoint provided within the request, at the same index.
- Parameters:
snappedPosition- Snapped position of the TracePoint provided within the request, at the same index.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-