Interface ConditionBasedSignalFetchConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ConditionBasedSignalFetchConfig.Builder,,ConditionBasedSignalFetchConfig> SdkBuilder<ConditionBasedSignalFetchConfig.Builder,,ConditionBasedSignalFetchConfig> SdkPojo
- Enclosing class:
 ConditionBasedSignalFetchConfig
@Mutable
@NotThreadSafe
public static interface ConditionBasedSignalFetchConfig.Builder
extends SdkPojo, CopyableBuilder<ConditionBasedSignalFetchConfig.Builder,ConditionBasedSignalFetchConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionconditionExpression(String conditionExpression) The condition that must be satisfied to trigger a signal fetch.triggerMode(String triggerMode) Indicates the mode in which the signal fetch is triggered.triggerMode(TriggerMode triggerMode) Indicates the mode in which the signal fetch is triggered.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
- 
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
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
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:
 
 
 -