Interface TriggerCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TriggerCondition.Builder,
,TriggerCondition> SdkBuilder<TriggerCondition.Builder,
,TriggerCondition> SdkPojo
- Enclosing class:
TriggerCondition
@Mutable
@NotThreadSafe
public static interface TriggerCondition.Builder
extends SdkPojo, CopyableBuilder<TriggerCondition.Builder,TriggerCondition>
-
Method Summary
Modifier and TypeMethodDescriptionassociatedAlarmName
(String associatedAlarmName) The name of the CloudWatch alarm associated with the condition.The condition that must be met.condition
(AlarmCondition condition) The condition that must be met.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 Details
-
associatedAlarmName
The name of the CloudWatch alarm associated with the condition.
- Parameters:
associatedAlarmName
- The name of the CloudWatch alarm associated with the condition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
condition
The condition that must be met. Valid values include ALARM and OK.
- Parameters:
condition
- The condition that must be met. Valid values include ALARM and OK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
condition
The condition that must be met. Valid values include ALARM and OK.
- Parameters:
condition
- The condition that must be met. Valid values include ALARM and OK.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-