| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static DocumentAttributeTarget.Builder |
DocumentAttributeTarget.builder() |
DocumentAttributeTarget.Builder |
DocumentAttributeTarget.Builder.targetDocumentAttributeKey(String targetDocumentAttributeKey)
The identifier of the target document attribute or metadata field.
|
default DocumentAttributeTarget.Builder |
DocumentAttributeTarget.Builder.targetDocumentAttributeValue(Consumer<DocumentAttributeValue.Builder> targetDocumentAttributeValue)
The target value you want to create for the target attribute.
|
DocumentAttributeTarget.Builder |
DocumentAttributeTarget.Builder.targetDocumentAttributeValue(DocumentAttributeValue targetDocumentAttributeValue)
The target value you want to create for the target attribute.
|
DocumentAttributeTarget.Builder |
DocumentAttributeTarget.Builder.targetDocumentAttributeValueDeletion(Boolean targetDocumentAttributeValueDeletion)
TRUE to delete the existing target value for your specified target attribute key. |
DocumentAttributeTarget.Builder |
DocumentAttributeTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DocumentAttributeTarget.Builder> |
DocumentAttributeTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InlineCustomDocumentEnrichmentConfiguration.Builder |
InlineCustomDocumentEnrichmentConfiguration.Builder.target(Consumer<DocumentAttributeTarget.Builder> target)
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.
|
Copyright © 2023. All rights reserved.