public static interface BatchPutMessageErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchPutMessageErrorEntry.Builder,BatchPutMessageErrorEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchPutMessageErrorEntry.Builder |
errorCode(String errorCode)
The code associated with the error.
|
BatchPutMessageErrorEntry.Builder |
errorMessage(String errorMessage)
The message associated with the error.
|
BatchPutMessageErrorEntry.Builder |
messageId(String messageId)
The ID of the message that caused the error.
|
copyapplyMutation, 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 code associated with the error.
errorCode - The code associated with the error.BatchPutMessageErrorEntry.Builder errorMessage(String errorMessage)
The message associated with the error.
errorMessage - The message associated with the error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.