Interface IsolineTrafficOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IsolineTrafficOptions.Builder,,IsolineTrafficOptions> SdkBuilder<IsolineTrafficOptions.Builder,,IsolineTrafficOptions> SdkPojo
- Enclosing class:
IsolineTrafficOptions
-
Method Summary
Modifier and TypeMethodDescriptionflowEventThresholdOverride(Long flowEventThresholdOverride) The duration in seconds that real-time congestion data is considered valid before reverting to historical traffic patterns.Controls whether traffic data is used in calculations.usage(TrafficUsage usage) Controls whether traffic data is used in calculations.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
-
flowEventThresholdOverride
The duration in seconds that real-time congestion data is considered valid before reverting to historical traffic patterns. This helps balance between using current conditions and more predictable historical data when calculating travel times.
Unit:
seconds- Parameters:
flowEventThresholdOverride- The duration in seconds that real-time congestion data is considered valid before reverting to historical traffic patterns. This helps balance between using current conditions and more predictable historical data when calculating travel times.Unit:
seconds- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usage
Controls whether traffic data is used in calculations.
UseTrafficDataconsiders both real-time congestion and historical patterns, whileIgnoreTrafficDatacalculates routes based solely on road types and speed limits. Using traffic data provides more accurate real-world estimates but may produce different results at different times of day.Default value:
UseTrafficData- Parameters:
usage- Controls whether traffic data is used in calculations.UseTrafficDataconsiders both real-time congestion and historical patterns, whileIgnoreTrafficDatacalculates routes based solely on road types and speed limits. Using traffic data provides more accurate real-world estimates but may produce different results at different times of day.Default value:
UseTrafficData- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
usage
Controls whether traffic data is used in calculations.
UseTrafficDataconsiders both real-time congestion and historical patterns, whileIgnoreTrafficDatacalculates routes based solely on road types and speed limits. Using traffic data provides more accurate real-world estimates but may produce different results at different times of day.Default value:
UseTrafficData- Parameters:
usage- Controls whether traffic data is used in calculations.UseTrafficDataconsiders both real-time congestion and historical patterns, whileIgnoreTrafficDatacalculates routes based solely on road types and speed limits. Using traffic data provides more accurate real-world estimates but may produce different results at different times of day.Default value:
UseTrafficData- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-