Interface EventRuleStatusSummary.Builder

    • Method Detail

      • status

        EventRuleStatusSummary.Builder status​(String 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:
        EventRuleStatus, EventRuleStatus
      • status

        EventRuleStatusSummary.Builder status​(EventRuleStatus 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:
        EventRuleStatus, EventRuleStatus
      • reason

        EventRuleStatusSummary.Builder reason​(String 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.