Interface RouteRentalOverviewSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RouteRentalOverviewSummary.Builder,,RouteRentalOverviewSummary> SdkBuilder<RouteRentalOverviewSummary.Builder,,RouteRentalOverviewSummary> SdkPojo
- Enclosing class:
RouteRentalOverviewSummary
@Mutable
@NotThreadSafe
public static interface RouteRentalOverviewSummary.Builder
extends SdkPojo, CopyableBuilder<RouteRentalOverviewSummary.Builder,RouteRentalOverviewSummary>
-
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
-
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.
-
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.
-