Interface RouteFerryOverviewSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteFerryOverviewSummary.Builder,,RouteFerryOverviewSummary> SdkBuilder<RouteFerryOverviewSummary.Builder,,RouteFerryOverviewSummary> SdkPojo
- Enclosing class:
RouteFerryOverviewSummary
@Mutable
@NotThreadSafe
public static interface RouteFerryOverviewSummary.Builder
extends SdkPojo, CopyableBuilder<RouteFerryOverviewSummary.Builder,RouteFerryOverviewSummary>
-
Method Summary
Modifier and TypeMethodDescriptionDistance of the entire leg.Duration of the entire 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
-
distance
Distance of the entire leg.
Unit:
meters- Parameters:
distance- Distance of the entire leg.Unit:
meters- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
duration
Duration of the entire leg.
Unit:
seconds- Parameters:
duration- Duration of the entire leg.Unit:
seconds- Returns:
- Returns a reference to this object so that method calls can be chained together.
-