Interface AcknowledgeFlow.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>, SdkBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>, SdkPojo
Enclosing class:
AcknowledgeFlow

public static interface AcknowledgeFlow.Builder extends SdkPojo, CopyableBuilder<AcknowledgeFlow.Builder,AcknowledgeFlow>
  • Method Details

    • enabled

      AcknowledgeFlow.Builder enabled(Boolean enabled)

      The value must be TRUE or FALSE. If TRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to NORMAL. If FALSE, you won't receive notifications. The alarm automatically changes to the NORMAL state when the input property value returns to the specified range.

      Parameters:
      enabled - The value must be TRUE or FALSE. If TRUE, you receive a notification when the alarm state changes. You must choose to acknowledge the notification before the alarm state can return to NORMAL. If FALSE, you won't receive notifications. The alarm automatically changes to the NORMAL state when the input property value returns to the specified range.
      Returns:
      Returns a reference to this object so that method calls can be chained together.