Interface RouteMatrixTrafficOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RouteMatrixTrafficOptions.Builder,
,RouteMatrixTrafficOptions> SdkBuilder<RouteMatrixTrafficOptions.Builder,
,RouteMatrixTrafficOptions> SdkPojo
- Enclosing class:
RouteMatrixTrafficOptions
@Mutable
@NotThreadSafe
public static interface RouteMatrixTrafficOptions.Builder
extends SdkPojo, CopyableBuilder<RouteMatrixTrafficOptions.Builder,RouteMatrixTrafficOptions>
-
Method Summary
Modifier and TypeMethodDescriptionflowEventThresholdOverride
(Long flowEventThresholdOverride) Duration for which flow traffic is considered valid.Determines if traffic should be used or ignored while calculating the route.usage
(TrafficUsage usage) Determines if traffic should be used or ignored 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
-
flowEventThresholdOverride
Duration for which flow traffic is considered valid. For this period, the flow traffic is used over historical traffic data. Flow traffic refers to congestion, which changes very quickly. Duration in seconds for which flow traffic event would be considered valid. While flow traffic event is valid it will be used over the historical traffic data.
- Parameters:
flowEventThresholdOverride
- Duration for which flow traffic is considered valid. For this period, the flow traffic is used over historical traffic data. Flow traffic refers to congestion, which changes very quickly. Duration in seconds for which flow traffic event would be considered valid. While flow traffic event is valid it will be used over the historical traffic data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usage
Determines if traffic should be used or ignored while calculating the route.
Default Value:
UseTrafficData
- Parameters:
usage
- Determines if traffic should be used or ignored while calculating the route.Default Value:
UseTrafficData
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
usage
Determines if traffic should be used or ignored while calculating the route.
Default Value:
UseTrafficData
- Parameters:
usage
- Determines if traffic should be used or ignored while calculating the route.Default Value:
UseTrafficData
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-