Interface BackTestConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BackTestConfiguration.Builder,
,BackTestConfiguration> SdkBuilder<BackTestConfiguration.Builder,
,BackTestConfiguration> SdkPojo
- Enclosing class:
BackTestConfiguration
public static interface BackTestConfiguration.Builder
extends SdkPojo, CopyableBuilder<BackTestConfiguration.Builder,BackTestConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionrunBackTestMode
(Boolean runBackTestMode) Run a backtest instead of monitoring new data.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, sdkFields
-
Method Details
-
runBackTestMode
Run a backtest instead of monitoring new data.
- Parameters:
runBackTestMode
- Run a backtest instead of monitoring new data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-