Interface RouteVehicleTravelOnlySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteVehicleTravelOnlySummary.Builder,
,RouteVehicleTravelOnlySummary> SdkBuilder<RouteVehicleTravelOnlySummary.Builder,
,RouteVehicleTravelOnlySummary> SdkPojo
- Enclosing class:
RouteVehicleTravelOnlySummary
@Mutable
@NotThreadSafe
public static interface RouteVehicleTravelOnlySummary.Builder
extends SdkPojo, CopyableBuilder<RouteVehicleTravelOnlySummary.Builder,RouteVehicleTravelOnlySummary>
-
Method Summary
Modifier and TypeMethodDescriptionbestCaseDuration
(Long bestCaseDuration) Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.Duration of the step.typicalDuration
(Long typicalDuration) Duration of the computed 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
-
bestCaseDuration
Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.
Unit:
seconds
- Parameters:
bestCaseDuration
- Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.Unit:
seconds
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
Duration of the step.
Unit:
seconds
- Parameters:
duration
- Duration of the step.Unit:
seconds
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
typicalDuration
Duration of the computed span under typical traffic congestion.
Unit:
seconds
- Parameters:
typicalDuration
- Duration of the computed span under typical traffic congestion.Unit:
seconds
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-