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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.qbusiness.CfnDataSource.InlineDocumentEnrichmentConfigurationProperty
CfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Builder, CfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.InlineDocumentEnrichmentConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectConfiguration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Q Business .final StringTRUEto delete content if the condition used for the target attribute is met.final ObjectConfiguration of the target document attribute or metadata field when ingesting documents into Amazon Q Business .final inthashCode()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.InlineDocumentEnrichmentConfigurationPropertyConfiguration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Q Business .Returns union: either
IResolvableorCfnDataSource.DocumentAttributeConditionProperty- Specified by:
getConditionin interfaceCfnDataSource.InlineDocumentEnrichmentConfigurationProperty- See Also:
-
getDocumentContentOperator
Description copied from interface:CfnDataSource.InlineDocumentEnrichmentConfigurationPropertyTRUEto delete content if the condition used for the target attribute is met.- Specified by:
getDocumentContentOperatorin interfaceCfnDataSource.InlineDocumentEnrichmentConfigurationProperty- See Also:
-
getTarget
Description copied from interface:CfnDataSource.InlineDocumentEnrichmentConfigurationPropertyConfiguration of the target document attribute or metadata field when ingesting documents into Amazon Q Business .You can also include a value.
Returns union: either
IResolvableorCfnDataSource.DocumentAttributeTargetProperty- Specified by:
getTargetin interfaceCfnDataSource.InlineDocumentEnrichmentConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-