| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DocumentAttributeTarget |
DocumentAttributeTarget.clone() |
DocumentAttributeTarget |
InlineCustomDocumentEnrichmentConfiguration.getTarget()
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.
|
DocumentAttributeTarget |
DocumentAttributeTarget.withTargetDocumentAttributeKey(String targetDocumentAttributeKey)
The identifier of the target document attribute or metadata field.
|
DocumentAttributeTarget |
DocumentAttributeTarget.withTargetDocumentAttributeValue(DocumentAttributeValue targetDocumentAttributeValue)
The target value you want to create for the target attribute.
|
DocumentAttributeTarget |
DocumentAttributeTarget.withTargetDocumentAttributeValueDeletion(Boolean targetDocumentAttributeValueDeletion)
TRUE to delete the existing target value for your specified target attribute key. |
| Modifier and Type | Method and Description |
|---|---|
void |
InlineCustomDocumentEnrichmentConfiguration.setTarget(DocumentAttributeTarget target)
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.
|
InlineCustomDocumentEnrichmentConfiguration |
InlineCustomDocumentEnrichmentConfiguration.withTarget(DocumentAttributeTarget target)
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.
|
Copyright © 2025. All rights reserved.