public static interface BatchItemError.Builder extends CopyableBuilder<BatchItemError.Builder,BatchItemError>
| Modifier and Type | Method and Description |
|---|---|
BatchItemError.Builder |
errorCode(String errorCode)
The numeric error code of the error.
|
BatchItemError.Builder |
errorMessage(String errorMessage)
A text description of the error.
|
BatchItemError.Builder |
index(Integer index)
The zero-based index of the document in the input list.
|
copyapply, buildBatchItemError.Builder index(Integer index)
The zero-based index of the document in the input list.
index - The zero-based index of the document in the input list.BatchItemError.Builder errorCode(String errorCode)
The numeric error code of the error.
errorCode - The numeric error code of the error.BatchItemError.Builder errorMessage(String errorMessage)
A text description of the error.
errorMessage - A text description of the error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.