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