public static interface BatchResultErrorEntry.Builder extends SdkPojo, CopyableBuilder<BatchResultErrorEntry.Builder,BatchResultErrorEntry>
Modifier and Type | Method and Description |
---|---|
BatchResultErrorEntry.Builder |
code(String code)
An error code representing why the action failed on this entry.
|
BatchResultErrorEntry.Builder |
id(String id)
The
Id of an entry in a batch request. |
BatchResultErrorEntry.Builder |
message(String message)
A message explaining why the action failed on this entry.
|
BatchResultErrorEntry.Builder |
senderFault(Boolean senderFault)
Specifies whether the error happened due to the caller of the batch API action.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
BatchResultErrorEntry.Builder id(String id)
The Id
of an entry in a batch request.
id
- The Id
of an entry in a batch request.BatchResultErrorEntry.Builder senderFault(Boolean senderFault)
Specifies whether the error happened due to the caller of the batch API action.
senderFault
- Specifies whether the error happened due to the caller of the batch API action.BatchResultErrorEntry.Builder code(String code)
An error code representing why the action failed on this entry.
code
- An error code representing why the action failed on this entry.BatchResultErrorEntry.Builder message(String message)
A message explaining why the action failed on this entry.
message
- A message explaining why the action failed on this entry.Copyright © 2021. All rights reserved.