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 in World Geodetic System (WGS 84) format: [longitude, latitude].position(Collection<Double> position) Position in World Geodetic System (WGS 84) format: [longitude, latitude].Speed at the specified trace point .Timestamp of the event.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
-
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 in World Geodetic System (WGS 84) format: [longitude, latitude].
- Parameters:
position- Position in World Geodetic System (WGS 84) format: [longitude, latitude].- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
position
Position in World Geodetic System (WGS 84) format: [longitude, latitude].
- Parameters:
position- Position in World Geodetic System (WGS 84) format: [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:
kilometers per hour- Parameters:
speed- Speed at the specified trace point .Unit:
kilometers per hour- 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.
-