Interface RouteAllowOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteAllowOptions.Builder,
,RouteAllowOptions> SdkBuilder<RouteAllowOptions.Builder,
,RouteAllowOptions> SdkPojo
- Enclosing class:
RouteAllowOptions
@Mutable
@NotThreadSafe
public static interface RouteAllowOptions.Builder
extends SdkPojo, CopyableBuilder<RouteAllowOptions.Builder,RouteAllowOptions>
-
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
hot
Allow Hot (High Occupancy Toll) lanes while calculating the route.
Default value:
false
- Parameters:
hot
- Allow Hot (High Occupancy Toll) lanes while calculating the route.Default value:
false
- 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.
Default value:
false
- Parameters:
hov
- Allow Hov (High Occupancy vehicle) lanes while calculating the route.Default value:
false
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-