| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Document.Builder |
Document.Builder.accessControlList(Collection<Principal> accessControlList)
Information to use for user context filtering.
|
Document.Builder |
Document.Builder.accessControlList(Consumer<Principal.Builder>... accessControlList)
Information to use for user context filtering.
|
Document.Builder |
Document.Builder.accessControlList(Principal... accessControlList)
Information to use for user context filtering.
|
Document.Builder |
Document.Builder.attributes(Collection<DocumentAttribute> attributes)
Custom attributes to apply to the document.
|
Document.Builder |
Document.Builder.attributes(Consumer<DocumentAttribute.Builder>... attributes)
Custom attributes to apply to the document.
|
Document.Builder |
Document.Builder.attributes(DocumentAttribute... attributes)
Custom attributes to apply to the document.
|
Document.Builder |
Document.Builder.blob(SdkBytes blob)
The contents of the document.
|
static Document.Builder |
Document.builder() |
Document.Builder |
Document.Builder.contentType(ContentType contentType)
The file type of the document in the
Blob field. |
Document.Builder |
Document.Builder.contentType(String contentType)
The file type of the document in the
Blob field. |
Document.Builder |
Document.Builder.id(String id)
A unique identifier of the document in the index.
|
default Document.Builder |
Document.Builder.s3Path(Consumer<S3Path.Builder> s3Path)
Sets the value of the S3Path property for this object.
|
Document.Builder |
Document.Builder.s3Path(S3Path s3Path)
Sets the value of the S3Path property for this object.
|
Document.Builder |
Document.Builder.title(String title)
The title of the document.
|
Document.Builder |
Document.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Document.Builder> |
Document.serializableBuilderClass() |
Copyright © 2021. All rights reserved.