Interface RouteSpanDynamicSpeedDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteSpanDynamicSpeedDetails.Builder,
,RouteSpanDynamicSpeedDetails> SdkBuilder<RouteSpanDynamicSpeedDetails.Builder,
,RouteSpanDynamicSpeedDetails> SdkPojo
- Enclosing class:
RouteSpanDynamicSpeedDetails
@Mutable
@NotThreadSafe
public static interface RouteSpanDynamicSpeedDetails.Builder
extends SdkPojo, CopyableBuilder<RouteSpanDynamicSpeedDetails.Builder,RouteSpanDynamicSpeedDetails>
-
Method Summary
Modifier and TypeMethodDescriptionbestCaseSpeed
(Double bestCaseSpeed) Estimated speed while traversing the span without traffic congestion.turnDuration
(Long turnDuration) Estimated time to turn from this span into the next.typicalSpeed
(Double typicalSpeed) Estimated speed while traversing the span under typical traffic congestion.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
-
bestCaseSpeed
Estimated speed while traversing the span without traffic congestion.
Unit:
KilometersPerHour
- Parameters:
bestCaseSpeed
- Estimated speed while traversing the span without traffic congestion.Unit:
KilometersPerHour
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
turnDuration
Estimated time to turn from this span into the next.
Unit:
seconds
- Parameters:
turnDuration
- Estimated time to turn from this span into the next.Unit:
seconds
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typicalSpeed
Estimated speed while traversing the span under typical traffic congestion.
Unit:
KilometersPerHour
- Parameters:
typicalSpeed
- Estimated speed while traversing the span under typical traffic congestion.Unit:
KilometersPerHour
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-