Interface RoadSnapSnappedTracePoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RoadSnapSnappedTracePoint.Builder,,RoadSnapSnappedTracePoint> SdkBuilder<RoadSnapSnappedTracePoint.Builder,,RoadSnapSnappedTracePoint> SdkPojo
- Enclosing class:
RoadSnapSnappedTracePoint
@Mutable
@NotThreadSafe
public static interface RoadSnapSnappedTracePoint.Builder
extends SdkPojo, CopyableBuilder<RoadSnapSnappedTracePoint.Builder,RoadSnapSnappedTracePoint>
-
Method Summary
Modifier and TypeMethodDescriptionconfidence(Double confidence) Confidence value for the correctness of this point match.originalPosition(Double... originalPosition) Position of the TracePoint provided within the request, at the same index.originalPosition(Collection<Double> originalPosition) Position of the TracePoint provided within the request, at the same index.snappedPosition(Double... snappedPosition) Snapped position of the TracePoint provided within the request, at the same index.snappedPosition(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
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
-
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
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
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
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
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.
-