Interface TimeBasedSignalFetchConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TimeBasedSignalFetchConfig.Builder,,TimeBasedSignalFetchConfig> SdkBuilder<TimeBasedSignalFetchConfig.Builder,,TimeBasedSignalFetchConfig> SdkPojo
- Enclosing class:
TimeBasedSignalFetchConfig
@Mutable
@NotThreadSafe
public static interface TimeBasedSignalFetchConfig.Builder
extends SdkPojo, CopyableBuilder<TimeBasedSignalFetchConfig.Builder,TimeBasedSignalFetchConfig>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionFrequencyMs(Long executionFrequencyMs) The frequency with which the signal fetch will be executed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-