@Generated(value="software.amazon.awssdk:codegen") public final class InlineCustomDocumentEnrichmentConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InlineCustomDocumentEnrichmentConfiguration.Builder,InlineCustomDocumentEnrichmentConfiguration>
Provides the configuration information for applying basic logic to alter document metadata and content when ingesting documents into Amazon Kendra. To apply advanced logic, to go beyond what you can do with basic logic, see HookConfiguration.
For more information, see Customizing document metadata during the ingestion process.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InlineCustomDocumentEnrichmentConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InlineCustomDocumentEnrichmentConfiguration.Builder |
builder() |
DocumentAttributeCondition |
condition()
Configuration of the condition used for the target document attribute or metadata field when ingesting documents
into Amazon Kendra.
|
Boolean |
documentContentDeletion()
TRUE to delete content if the condition used for the target attribute is met. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InlineCustomDocumentEnrichmentConfiguration.Builder> |
serializableBuilderClass() |
DocumentAttributeTarget |
target()
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.
|
InlineCustomDocumentEnrichmentConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final DocumentAttributeCondition condition()
Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.
public final DocumentAttributeTarget target()
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra. You can also include a value.
public final Boolean documentContentDeletion()
TRUE to delete content if the condition used for the target attribute is met.
TRUE to delete content if the condition used for the target attribute is met.public InlineCustomDocumentEnrichmentConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InlineCustomDocumentEnrichmentConfiguration.Builder,InlineCustomDocumentEnrichmentConfiguration>public static InlineCustomDocumentEnrichmentConfiguration.Builder builder()
public static Class<? extends InlineCustomDocumentEnrichmentConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.