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