| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
InlineCustomDocumentEnrichmentConfiguration |
InlineCustomDocumentEnrichmentConfiguration.clone() |
InlineCustomDocumentEnrichmentConfiguration |
InlineCustomDocumentEnrichmentConfiguration.withCondition(DocumentAttributeCondition condition)
Configuration of the condition used for the target document attribute or metadata field when ingesting documents
into Amazon Kendra.
|
InlineCustomDocumentEnrichmentConfiguration |
InlineCustomDocumentEnrichmentConfiguration.withDocumentContentDeletion(Boolean documentContentDeletion)
TRUE to delete content if the condition used for the target attribute is met. |
InlineCustomDocumentEnrichmentConfiguration |
InlineCustomDocumentEnrichmentConfiguration.withTarget(DocumentAttributeTarget target)
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.
|
| Modifier and Type | Method and Description |
|---|---|
List<InlineCustomDocumentEnrichmentConfiguration> |
CustomDocumentEnrichmentConfiguration.getInlineConfigurations()
Configuration information to alter document attributes or metadata fields and content when ingesting documents
into Amazon Kendra.
|
| Modifier and Type | Method and Description |
|---|---|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.withInlineConfigurations(InlineCustomDocumentEnrichmentConfiguration... inlineConfigurations)
Configuration information to alter document attributes or metadata fields and content when ingesting documents
into Amazon Kendra.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomDocumentEnrichmentConfiguration.setInlineConfigurations(Collection<InlineCustomDocumentEnrichmentConfiguration> inlineConfigurations)
Configuration information to alter document attributes or metadata fields and content when ingesting documents
into Amazon Kendra.
|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.withInlineConfigurations(Collection<InlineCustomDocumentEnrichmentConfiguration> inlineConfigurations)
Configuration information to alter document attributes or metadata fields and content when ingesting documents
into Amazon Kendra.
|
Copyright © 2021. All rights reserved.