Interface RouteFerryTravelOnlySummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteFerryTravelOnlySummary.Builder,,RouteFerryTravelOnlySummary> SdkBuilder<RouteFerryTravelOnlySummary.Builder,,RouteFerryTravelOnlySummary> SdkPojo
- Enclosing class:
RouteFerryTravelOnlySummary
@Mutable
@NotThreadSafe
public static interface RouteFerryTravelOnlySummary.Builder
extends SdkPojo, CopyableBuilder<RouteFerryTravelOnlySummary.Builder,RouteFerryTravelOnlySummary>
-
Method Summary
Modifier and TypeMethodDescriptionTotal 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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-