Interface RoadSnapTracePoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RoadSnapTracePoint.Builder,
,RoadSnapTracePoint> SdkBuilder<RoadSnapTracePoint.Builder,
,RoadSnapTracePoint> SdkPojo
- Enclosing class:
RoadSnapTracePoint
@Mutable
@NotThreadSafe
public static interface RoadSnapTracePoint.Builder
extends SdkPojo, CopyableBuilder<RoadSnapTracePoint.Builder,RoadSnapTracePoint>
-
Method Summary
Modifier and TypeMethodDescriptionGPS Heading at the position.Position defined as[longitude, latitude]
.position
(Collection<Double> position) Position defined as[longitude, latitude]
.Speed at the specified trace point .Timestamp of the event.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 Details
-
heading
GPS Heading at the position.
- Parameters:
heading
- GPS Heading at the position.- 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.
-
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.
-
speed
Speed at the specified trace point .
Unit:
KilometersPerHour
- Parameters:
speed
- Speed at the specified trace point .Unit:
KilometersPerHour
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
timestamp
Timestamp of the event.
- Parameters:
timestamp
- Timestamp of the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-