Interface IsolineAllowOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IsolineAllowOptions.Builder,,IsolineAllowOptions> SdkBuilder<IsolineAllowOptions.Builder,,IsolineAllowOptions> SdkPojo
- Enclosing class:
IsolineAllowOptions
@Mutable
@NotThreadSafe
public static interface IsolineAllowOptions.Builder
extends SdkPojo, CopyableBuilder<IsolineAllowOptions.Builder,IsolineAllowOptions>
-
Method Summary
Modifier and TypeMethodDescriptionWhen true, allows the use of HOT (high-occupancy toll) lanes, which may affect travel times and reachable areas.When true, allows the use of HOV (high-occupancy vehicle) lanes, which may affect travel times and reachable areas.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
When true, allows the use of HOT (high-occupancy toll) lanes, which may affect travel times and reachable areas.
Default value:
false- Parameters:
hot- When true, allows the use of HOT (high-occupancy toll) lanes, which may affect travel times and reachable areas.Default value:
false- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hov
When true, allows the use of HOV (high-occupancy vehicle) lanes, which may affect travel times and reachable areas.
Default value:
false- Parameters:
hov- When true, allows the use of HOV (high-occupancy vehicle) lanes, which may affect travel times and reachable areas.Default value:
false- Returns:
- Returns a reference to this object so that method calls can be chained together.
-