Interface RouteSpanDynamicSpeedDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteSpanDynamicSpeedDetails.Builder,RouteSpanDynamicSpeedDetails>,SdkBuilder<RouteSpanDynamicSpeedDetails.Builder,RouteSpanDynamicSpeedDetails>,SdkPojo
- Enclosing class:
- RouteSpanDynamicSpeedDetails
public static interface RouteSpanDynamicSpeedDetails.Builder extends SdkPojo, CopyableBuilder<RouteSpanDynamicSpeedDetails.Builder,RouteSpanDynamicSpeedDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteSpanDynamicSpeedDetails.BuilderbestCaseSpeed(Double bestCaseSpeed)Estimated speed while traversing the span without traffic congestion.RouteSpanDynamicSpeedDetails.BuilderturnDuration(Long turnDuration)Estimated time to turn from this span into the next.RouteSpanDynamicSpeedDetails.BuildertypicalSpeed(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 Detail
-
bestCaseSpeed
RouteSpanDynamicSpeedDetails.Builder bestCaseSpeed(Double 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
RouteSpanDynamicSpeedDetails.Builder turnDuration(Long 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
RouteSpanDynamicSpeedDetails.Builder typicalSpeed(Double 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.
-
-