Interface IsolineAllowOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IsolineAllowOptions.Builder,,IsolineAllowOptions> SdkBuilder<IsolineAllowOptions.Builder,,IsolineAllowOptions> SdkPojo
- Enclosing class:
IsolineAllowOptions
public static interface IsolineAllowOptions.Builder
extends SdkPojo, CopyableBuilder<IsolineAllowOptions.Builder,IsolineAllowOptions>
-
Method Summary
Modifier and TypeMethodDescriptionAllow Hot (High Occupancy Toll) lanes while calculating the route.Allow Hov (High Occupancy vehicle) lanes while calculating the route.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
-
hot
Allow Hot (High Occupancy Toll) lanes while calculating the route.
- Parameters:
hot- Allow Hot (High Occupancy Toll) lanes while calculating the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hov
Allow Hov (High Occupancy vehicle) lanes while calculating the route.
- Parameters:
hov- Allow Hov (High Occupancy vehicle) lanes while calculating the route.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-