Interface ConditionBasedSignalFetchConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ConditionBasedSignalFetchConfig.Builder,ConditionBasedSignalFetchConfig>,SdkBuilder<ConditionBasedSignalFetchConfig.Builder,ConditionBasedSignalFetchConfig>,SdkPojo
- Enclosing class:
- ConditionBasedSignalFetchConfig
public static interface ConditionBasedSignalFetchConfig.Builder extends SdkPojo, CopyableBuilder<ConditionBasedSignalFetchConfig.Builder,ConditionBasedSignalFetchConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConditionBasedSignalFetchConfig.BuilderconditionExpression(String conditionExpression)The condition that must be satisfied to trigger a signal fetch.ConditionBasedSignalFetchConfig.BuildertriggerMode(String triggerMode)Indicates the mode in which the signal fetch is triggered.ConditionBasedSignalFetchConfig.BuildertriggerMode(TriggerMode triggerMode)Indicates the mode in which the signal fetch is triggered.-
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
-
conditionExpression
ConditionBasedSignalFetchConfig.Builder conditionExpression(String conditionExpression)
The condition that must be satisfied to trigger a signal fetch.
- Parameters:
conditionExpression- The condition that must be satisfied to trigger a signal fetch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
triggerMode
ConditionBasedSignalFetchConfig.Builder triggerMode(String triggerMode)
Indicates the mode in which the signal fetch is triggered.
- Parameters:
triggerMode- Indicates the mode in which the signal fetch is triggered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TriggerMode,TriggerMode
-
triggerMode
ConditionBasedSignalFetchConfig.Builder triggerMode(TriggerMode triggerMode)
Indicates the mode in which the signal fetch is triggered.
- Parameters:
triggerMode- Indicates the mode in which the signal fetch is triggered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TriggerMode,TriggerMode
-
-