Interface RouteMatrixTrafficOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RouteMatrixTrafficOptions.Builder,RouteMatrixTrafficOptions>,SdkBuilder<RouteMatrixTrafficOptions.Builder,RouteMatrixTrafficOptions>,SdkPojo
- Enclosing class:
- RouteMatrixTrafficOptions
public static interface RouteMatrixTrafficOptions.Builder extends SdkPojo, CopyableBuilder<RouteMatrixTrafficOptions.Builder,RouteMatrixTrafficOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RouteMatrixTrafficOptions.BuilderflowEventThresholdOverride(Long flowEventThresholdOverride)Duration for which flow traffic is considered valid.RouteMatrixTrafficOptions.Builderusage(String usage)Determines if traffic should be used or ignored while calculating the route.RouteMatrixTrafficOptions.Builderusage(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 Detail
-
flowEventThresholdOverride
RouteMatrixTrafficOptions.Builder flowEventThresholdOverride(Long 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
RouteMatrixTrafficOptions.Builder usage(String 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:
TrafficUsage,TrafficUsage
-
usage
RouteMatrixTrafficOptions.Builder usage(TrafficUsage 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:
TrafficUsage,TrafficUsage
-
-