| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Document |
Document.clone() |
Document |
Document.withAccessControlList(Collection<Principal> accessControlList)
Information on user and group access rights, which is used for user context filtering.
|
Document |
Document.withAccessControlList(Principal... accessControlList)
Information on user and group access rights, which is used for user context filtering.
|
Document |
Document.withAttributes(Collection<DocumentAttribute> attributes)
Custom attributes to apply to the document.
|
Document |
Document.withAttributes(DocumentAttribute... attributes)
Custom attributes to apply to the document.
|
Document |
Document.withBlob(ByteBuffer blob)
The contents of the document.
|
Document |
Document.withContentType(ContentType contentType)
The file type of the document in the
Blob field. |
Document |
Document.withContentType(String contentType)
The file type of the document in the
Blob field. |
Document |
Document.withHierarchicalAccessControlList(Collection<HierarchicalPrincipal> hierarchicalAccessControlList)
The list of principal lists that
define the hierarchy for which documents users should have access to.
|
Document |
Document.withHierarchicalAccessControlList(HierarchicalPrincipal... hierarchicalAccessControlList)
The list of principal lists that
define the hierarchy for which documents users should have access to.
|
Document |
Document.withId(String id)
A unique identifier of the document in the index.
|
Document |
Document.withS3Path(S3Path s3Path) |
Document |
Document.withTitle(String title)
The title of the document.
|
| Modifier and Type | Method and Description |
|---|---|
List<Document> |
BatchPutDocumentRequest.getDocuments()
One or more documents to add to the index.
|
| Modifier and Type | Method and Description |
|---|---|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withDocuments(Document... documents)
One or more documents to add to the index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchPutDocumentRequest.setDocuments(Collection<Document> documents)
One or more documents to add to the index.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withDocuments(Collection<Document> documents)
One or more documents to add to the index.
|
Copyright © 2021. All rights reserved.