Interface BatchPutMessageErrorEntry.Builder

  • Method Details

    • messageId

      The ID of the message that caused the error. See the value corresponding to the messageId key in the message object.

      Parameters:
      messageId - The ID of the message that caused the error. See the value corresponding to the messageId key in the message object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCode

      The code associated with the error.

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

      BatchPutMessageErrorEntry.Builder errorMessage(String errorMessage)

      The message associated with the error.

      Parameters:
      errorMessage - The message associated with the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.