| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentInfo.Builder |
DocumentInfo.Builder.attributes(Collection<DocumentAttribute> attributes)
Attributes that identify a specific version of a document to check.
|
DocumentInfo.Builder |
DocumentInfo.Builder.attributes(Consumer<DocumentAttribute.Builder>... attributes)
Attributes that identify a specific version of a document to check.
|
DocumentInfo.Builder |
DocumentInfo.Builder.attributes(DocumentAttribute... attributes)
Attributes that identify a specific version of a document to check.
|
static DocumentInfo.Builder |
DocumentInfo.builder() |
DocumentInfo.Builder |
DocumentInfo.Builder.documentId(String documentId)
The identifier of the document.
|
DocumentInfo.Builder |
DocumentInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentInfo.Builder> |
DocumentInfo.serializableBuilderClass() |
Copyright © 2023. All rights reserved.