public static interface BatchPutMessageErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchPutMessageErrorEntry.Builder,BatchPutMessageErrorEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchPutMessageErrorEntry.Builder |
errorCode(ErrorCode errorCode)
The error code.
|
BatchPutMessageErrorEntry.Builder |
errorCode(String errorCode)
The error code.
|
BatchPutMessageErrorEntry.Builder |
errorMessage(String errorMessage)
A message that describes the error.
|
BatchPutMessageErrorEntry.Builder |
messageId(String messageId)
The ID of the message that caused the error.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchPutMessageErrorEntry.Builder messageId(String messageId)
The ID of the message that caused the error. (See the value corresponding to the "messageId" key
in the "message" object.)
messageId - The ID of the message that caused the error. (See the value corresponding to the
"messageId" key in the "message" object.)BatchPutMessageErrorEntry.Builder errorCode(String errorCode)
The error code.
BatchPutMessageErrorEntry.Builder errorCode(ErrorCode errorCode)
The error code.
BatchPutMessageErrorEntry.Builder errorMessage(String errorMessage)
A message that describes the error.
errorMessage - A message that describes the error.Copyright © 2023. All rights reserved.