Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.TextToSqlConfiguration.Builder
-
Packages that use TextToSqlConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of TextToSqlConfiguration.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return TextToSqlConfiguration.Builder Modifier and Type Method Description static TextToSqlConfiguration.BuilderTextToSqlConfiguration. builder()default TextToSqlConfiguration.BuilderTextToSqlConfiguration.Builder. knowledgeBaseConfiguration(Consumer<TextToSqlKnowledgeBaseConfiguration.Builder> knowledgeBaseConfiguration)Specifies configurations for a knowledge base to use in transformation.TextToSqlConfiguration.BuilderTextToSqlConfiguration.Builder. knowledgeBaseConfiguration(TextToSqlKnowledgeBaseConfiguration knowledgeBaseConfiguration)Specifies configurations for a knowledge base to use in transformation.TextToSqlConfiguration.BuilderTextToSqlConfiguration. toBuilder()TextToSqlConfiguration.BuilderTextToSqlConfiguration.Builder. type(String type)The type of resource to use in transformation.TextToSqlConfiguration.BuilderTextToSqlConfiguration.Builder. type(TextToSqlConfigurationType type)The type of resource to use in transformation.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type TextToSqlConfiguration.Builder Modifier and Type Method Description static Class<? extends TextToSqlConfiguration.Builder>TextToSqlConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type TextToSqlConfiguration.Builder Modifier and Type Method Description default TransformationConfiguration.BuilderTransformationConfiguration.Builder. textToSqlConfiguration(Consumer<TextToSqlConfiguration.Builder> textToSqlConfiguration)Specifies configurations for transforming text to SQL.
-