| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchPutDocumentResponseFailedDocument.Builder |
BatchPutDocumentResponseFailedDocument.builder() |
BatchPutDocumentResponseFailedDocument.Builder |
BatchPutDocumentResponseFailedDocument.Builder.errorCode(ErrorCode errorCode)
The type of error that caused the document to fail to be indexed.
|
BatchPutDocumentResponseFailedDocument.Builder |
BatchPutDocumentResponseFailedDocument.Builder.errorCode(String errorCode)
The type of error that caused the document to fail to be indexed.
|
BatchPutDocumentResponseFailedDocument.Builder |
BatchPutDocumentResponseFailedDocument.Builder.errorMessage(String errorMessage)
A description of the reason why the document could not be indexed.
|
BatchPutDocumentResponseFailedDocument.Builder |
BatchPutDocumentResponseFailedDocument.Builder.id(String id)
The unique identifier of the document.
|
BatchPutDocumentResponseFailedDocument.Builder |
BatchPutDocumentResponseFailedDocument.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchPutDocumentResponseFailedDocument.Builder> |
BatchPutDocumentResponseFailedDocument.serializableBuilderClass() |
Copyright © 2021. All rights reserved.