Interface EventRuleStatusSummary.Builder

  • Method Details

    • status

      The status of the EventRule.

      • Values:

        • ACTIVE

          • The EventRule can process events.

        • INACTIVE

          • The EventRule may be unable to process events.

        • CREATING

          • The EventRule is being created.

            Only GET and LIST calls can be run.

        • UPDATING

          • The EventRule is being updated.

            Only GET and LIST calls can be run.

        • DELETING

          • The EventRule is being deleted.

            Only GET and LIST calls can be run.

      Parameters:
      status - The status of the EventRule.

      • Values:

        • ACTIVE

          • The EventRule can process events.

        • INACTIVE

          • The EventRule may be unable to process events.

        • CREATING

          • The EventRule is being created.

            Only GET and LIST calls can be run.

        • UPDATING

          • The EventRule is being updated.

            Only GET and LIST calls can be run.

        • DELETING

          • The EventRule is being deleted.

            Only GET and LIST calls can be run.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the EventRule.

      • Values:

        • ACTIVE

          • The EventRule can process events.

        • INACTIVE

          • The EventRule may be unable to process events.

        • CREATING

          • The EventRule is being created.

            Only GET and LIST calls can be run.

        • UPDATING

          • The EventRule is being updated.

            Only GET and LIST calls can be run.

        • DELETING

          • The EventRule is being deleted.

            Only GET and LIST calls can be run.

      Parameters:
      status - The status of the EventRule.

      • Values:

        • ACTIVE

          • The EventRule can process events.

        • INACTIVE

          • The EventRule may be unable to process events.

        • CREATING

          • The EventRule is being created.

            Only GET and LIST calls can be run.

        • UPDATING

          • The EventRule is being updated.

            Only GET and LIST calls can be run.

        • DELETING

          • The EventRule is being deleted.

            Only GET and LIST calls can be run.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • reason

      A human-readable reason for EventRuleStatus.

      Parameters:
      reason - A human-readable reason for EventRuleStatus.
      Returns:
      Returns a reference to this object so that method calls can be chained together.