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 error code.

      Parameters:
      errorCode - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • errorCode

      The error code.

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

      BatchPutMessageErrorEntry.Builder errorMessage(String errorMessage)

      A message that describes the error.

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