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 step.Duration of the step.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 step.
- Parameters:
distance- Distance of the step.- 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.
-