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