| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchItemError.Builder |
BatchItemError.builder() |
BatchItemError.Builder |
BatchItemError.Builder.errorCode(String errorCode)
The numeric error code of the error.
|
BatchItemError.Builder |
BatchItemError.Builder.errorMessage(String errorMessage)
A text description of the error.
|
BatchItemError.Builder |
BatchItemError.Builder.index(Integer index)
The zero-based index of the document in the input list.
|
BatchItemError.Builder |
BatchItemError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchItemError.Builder> |
BatchItemError.serializableBuilderClass() |
Copyright © 2023. All rights reserved.