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