Interface BedrockDataAutomationConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BedrockDataAutomationConfiguration.Builder,
,BedrockDataAutomationConfiguration> SdkBuilder<BedrockDataAutomationConfiguration.Builder,
,BedrockDataAutomationConfiguration> SdkPojo
- Enclosing class:
BedrockDataAutomationConfiguration
@Mutable
@NotThreadSafe
public static interface BedrockDataAutomationConfiguration.Builder
extends SdkPojo, CopyableBuilder<BedrockDataAutomationConfiguration.Builder,BedrockDataAutomationConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionparsingModality
(String parsingModality) Specifies whether to enable parsing of multimodal data, including both text and/or images.parsingModality
(ParsingModality parsingModality) Specifies whether to enable parsing of multimodal data, including both text and/or images.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
parsingModality
Specifies whether to enable parsing of multimodal data, including both text and/or images.
- Parameters:
parsingModality
- Specifies whether to enable parsing of multimodal data, including both text and/or images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
parsingModality
Specifies whether to enable parsing of multimodal data, including both text and/or images.
- Parameters:
parsingModality
- Specifies whether to enable parsing of multimodal data, including both text and/or images.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-