Class CfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.InlineDocumentEnrichmentConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.InlineDocumentEnrichmentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.InlineDocumentEnrichmentConfigurationProperty
An implementation for
CfnDataSource.InlineDocumentEnrichmentConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.qbusiness.CfnDataSource.InlineDocumentEnrichmentConfigurationProperty
CfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Builder, CfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Q Business .final String
TRUE
to delete content if the condition used for the target attribute is met.final Object
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Q Business .final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Builder
.
-
-
Method Details
-
getCondition
Description copied from interface:CfnDataSource.InlineDocumentEnrichmentConfigurationProperty
Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Q Business .- Specified by:
getCondition
in interfaceCfnDataSource.InlineDocumentEnrichmentConfigurationProperty
- See Also:
-
getDocumentContentOperator
Description copied from interface:CfnDataSource.InlineDocumentEnrichmentConfigurationProperty
TRUE
to delete content if the condition used for the target attribute is met.- Specified by:
getDocumentContentOperator
in interfaceCfnDataSource.InlineDocumentEnrichmentConfigurationProperty
- See Also:
-
getTarget
Description copied from interface:CfnDataSource.InlineDocumentEnrichmentConfigurationProperty
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Q Business .You can also include a value.
- Specified by:
getTarget
in interfaceCfnDataSource.InlineDocumentEnrichmentConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-