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