| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.builder() |
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.Builder.errorCode(ErrorCode errorCode)
The error code for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.Builder.errorCode(String errorCode)
The error code for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.Builder.errorMessage(String errorMessage)
An explanation for why the document couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.Builder.id(String id)
The identifier of the document that couldn't be removed from the index.
|
BatchDeleteDocumentResponseFailedDocument.Builder |
BatchDeleteDocumentResponseFailedDocument.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteDocumentResponseFailedDocument.Builder> |
BatchDeleteDocumentResponseFailedDocument.serializableBuilderClass() |
Copyright © 2023. All rights reserved.