Interface RouteVehicleOverviewSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteVehicleOverviewSummary.Builder,RouteVehicleOverviewSummary>,SdkBuilder<RouteVehicleOverviewSummary.Builder,RouteVehicleOverviewSummary>,SdkPojo
- Enclosing class:
- RouteVehicleOverviewSummary
public static interface RouteVehicleOverviewSummary.Builder extends SdkPojo, CopyableBuilder<RouteVehicleOverviewSummary.Builder,RouteVehicleOverviewSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteVehicleOverviewSummary.BuilderbestCaseDuration(Long bestCaseDuration)Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.RouteVehicleOverviewSummary.Builderdistance(Long distance)Distance of the step.RouteVehicleOverviewSummary.Builderduration(Long duration)Duration of the step.RouteVehicleOverviewSummary.BuildertypicalDuration(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 Detail
-
bestCaseDuration
RouteVehicleOverviewSummary.Builder bestCaseDuration(Long 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.
-
distance
RouteVehicleOverviewSummary.Builder distance(Long distance)
Distance of the step.
- Parameters:
distance- Distance of the step.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
RouteVehicleOverviewSummary.Builder duration(Long 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
RouteVehicleOverviewSummary.Builder typicalDuration(Long 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.
-
-