CopyableBuilder<BatchResultErrorEntry.Builder,BatchResultErrorEntry>, SdkBuilder<BatchResultErrorEntry.Builder,BatchResultErrorEntry>public static interface BatchResultErrorEntry.Builder extends CopyableBuilder<BatchResultErrorEntry.Builder,BatchResultErrorEntry>
| Modifier and Type | Method | 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 sender's fault.
|
copyapply, buildBatchResultErrorEntry.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 sender's fault.
senderFault - Specifies whether the error happened due to the sender's fault.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.