Class CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parsingModality(String parsingModality)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parsingModality
@Stability(Stable) public CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty.Builder parsingModality(String parsingModality) Sets the value ofCfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty.getParsingModality()- Parameters:
parsingModality- Specifies whether to enable parsing of multimodal data, including both text and/or images.- Returns:
this
-
build
@Stability(Stable) public CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.BedrockDataAutomationConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-