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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchPutMessageErrorEntry.BuildererrorCode(String errorCode)The code associated with the error.BatchPutMessageErrorEntry.BuildererrorMessage(String errorMessage)The message associated with the error.BatchPutMessageErrorEntry.BuildermessageId(String messageId)The ID of the message that caused the error.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
messageId
BatchPutMessageErrorEntry.Builder messageId(String messageId)
The ID of the message that caused the error. See the value corresponding to the
messageIdkey in the message object.- Parameters:
messageId- The ID of the message that caused the error. See the value corresponding to themessageIdkey in the message object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
BatchPutMessageErrorEntry.Builder errorCode(String 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.
-
-