Interface TimeBasedSignalFetchConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TimeBasedSignalFetchConfig.Builder,TimeBasedSignalFetchConfig>,SdkBuilder<TimeBasedSignalFetchConfig.Builder,TimeBasedSignalFetchConfig>,SdkPojo
- Enclosing class:
- TimeBasedSignalFetchConfig
public static interface TimeBasedSignalFetchConfig.Builder extends SdkPojo, CopyableBuilder<TimeBasedSignalFetchConfig.Builder,TimeBasedSignalFetchConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimeBasedSignalFetchConfig.BuilderexecutionFrequencyMs(Long executionFrequencyMs)The frequency with which the signal fetch will be executed.-
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
-
executionFrequencyMs
TimeBasedSignalFetchConfig.Builder executionFrequencyMs(Long executionFrequencyMs)
The frequency with which the signal fetch will be executed.
- Parameters:
executionFrequencyMs- The frequency with which the signal fetch will be executed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-