Interface UnprocessedAutomationRule.Builder

  • Method Details

    • ruleArn

      The Amazon Resource Name (ARN) for the unprocessed automation rule.

      Parameters:
      ruleArn - The Amazon Resource Name (ARN) for the unprocessed automation rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The error code associated with the unprocessed automation rule.

      Parameters:
      errorCode - The error code associated with the unprocessed automation rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      UnprocessedAutomationRule.Builder errorMessage(String errorMessage)

      An error message describing why a request didn't process a specific rule.

      Parameters:
      errorMessage - An error message describing why a request didn't process a specific rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.