Interface RouteFerryTravelOnlySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteFerryTravelOnlySummary.Builder,RouteFerryTravelOnlySummary>,SdkBuilder<RouteFerryTravelOnlySummary.Builder,RouteFerryTravelOnlySummary>,SdkPojo
- Enclosing class:
- RouteFerryTravelOnlySummary
public static interface RouteFerryTravelOnlySummary.Builder extends SdkPojo, CopyableBuilder<RouteFerryTravelOnlySummary.Builder,RouteFerryTravelOnlySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteFerryTravelOnlySummary.Builderduration(Long duration)Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.-
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
-
duration
RouteFerryTravelOnlySummary.Builder duration(Long duration)
Total duration in free flowing traffic, which is the best case or shortest duration possible to cover the leg.
Unit:
seconds- Parameters:
duration- 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.
-
-