Interface TriggerCondition.Builder

  • Method Details

    • associatedAlarmName

      TriggerCondition.Builder associatedAlarmName(String 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

      TriggerCondition.Builder condition(String 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: