@Stability(value=Stable) public static final class CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty>
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty |
build()
Builds the configured instance.
|
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder |
condition(CfnDataSource.DocumentAttributeConditionProperty condition)
|
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder |
condition(IResolvable condition)
|
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder |
documentContentDeletion(Boolean documentContentDeletion)
|
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder |
documentContentDeletion(IResolvable documentContentDeletion)
|
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder |
target(CfnDataSource.DocumentAttributeTargetProperty target)
|
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder |
target(IResolvable target)
|
@Stability(value=Stable) public CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder condition(CfnDataSource.DocumentAttributeConditionProperty condition)
condition - Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.this@Stability(value=Stable) public CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder condition(IResolvable condition)
condition - Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.this@Stability(value=Stable) public CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder documentContentDeletion(Boolean documentContentDeletion)
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.getDocumentContentDeletion()documentContentDeletion - `TRUE` to delete content if the condition used for the target attribute is met.this@Stability(value=Stable) public CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder documentContentDeletion(IResolvable documentContentDeletion)
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.getDocumentContentDeletion()documentContentDeletion - `TRUE` to delete content if the condition used for the target attribute is met.this@Stability(value=Stable) public CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder target(CfnDataSource.DocumentAttributeTargetProperty target)
target - Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.
You can also include a value.this@Stability(value=Stable) public CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder target(IResolvable target)
target - Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.
You can also include a value.this@Stability(value=Stable) public CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty>CfnDataSource.InlineCustomDocumentEnrichmentConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.