Interface BatchPutMessageErrorEntry.Builder

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

public static interface BatchPutMessageErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchPutMessageErrorEntry.Builder,BatchPutMessageErrorEntry>
  • 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.