Class CfnDataSourcePropsMixin.ParsingConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.bedrock.mixins.CfnDataSourcePropsMixin.ParsingConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.ParsingConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.ParsingConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.ParsingConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.ParsingConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.ParsingConfigurationProperty-
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.mixins.preview.services.bedrock.mixins.CfnDataSourcePropsMixin.ParsingConfigurationProperty
CfnDataSourcePropsMixin.ParsingConfigurationProperty.Builder, CfnDataSourcePropsMixin.ParsingConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.ParsingConfigurationProperty.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 ObjectIf you specifyBEDROCK_DATA_AUTOMATIONas the parsing strategy for ingesting your data source, use this object to modify configurations for using the Amazon Bedrock Data Automation parser.final ObjectIf you specifyBEDROCK_FOUNDATION_MODELas the parsing strategy for ingesting your data source, use this object to modify configurations for using a foundation model to parse documents.final StringThe parsing strategy for the data source.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 theCfnDataSourcePropsMixin.ParsingConfigurationProperty.Builder.
-
-
Method Details
-
getBedrockDataAutomationConfiguration
Description copied from interface:CfnDataSourcePropsMixin.ParsingConfigurationPropertyIf you specifyBEDROCK_DATA_AUTOMATIONas the parsing strategy for ingesting your data source, use this object to modify configurations for using the Amazon Bedrock Data Automation parser.Returns union: either
IResolvableorCfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty- Specified by:
getBedrockDataAutomationConfigurationin interfaceCfnDataSourcePropsMixin.ParsingConfigurationProperty- See Also:
-
getBedrockFoundationModelConfiguration
Description copied from interface:CfnDataSourcePropsMixin.ParsingConfigurationPropertyIf you specifyBEDROCK_FOUNDATION_MODELas the parsing strategy for ingesting your data source, use this object to modify configurations for using a foundation model to parse documents.Returns union: either
IResolvableorCfnDataSourcePropsMixin.BedrockFoundationModelConfigurationProperty- Specified by:
getBedrockFoundationModelConfigurationin interfaceCfnDataSourcePropsMixin.ParsingConfigurationProperty- See Also:
-
getParsingStrategy
Description copied from interface:CfnDataSourcePropsMixin.ParsingConfigurationPropertyThe parsing strategy for the data source.- Specified by:
getParsingStrategyin interfaceCfnDataSourcePropsMixin.ParsingConfigurationProperty- 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()
-