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