Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.SqlKnowledgeBaseConfiguration.Builder
Packages that use SqlKnowledgeBaseConfiguration.Builder
-
Uses of SqlKnowledgeBaseConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SqlKnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionSqlKnowledgeBaseConfiguration.builder()SqlKnowledgeBaseConfiguration.Builder.redshiftConfiguration(Consumer<RedshiftConfiguration.Builder> redshiftConfiguration) Specifies configurations for a knowledge base connected to an Amazon Redshift database.SqlKnowledgeBaseConfiguration.Builder.redshiftConfiguration(RedshiftConfiguration redshiftConfiguration) Specifies configurations for a knowledge base connected to an Amazon Redshift database.SqlKnowledgeBaseConfiguration.toBuilder()The type of SQL database to connect to the knowledge base.SqlKnowledgeBaseConfiguration.Builder.type(QueryEngineType type) The type of SQL database to connect to the knowledge base.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type SqlKnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SqlKnowledgeBaseConfiguration.Builder>SqlKnowledgeBaseConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type SqlKnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionKnowledgeBaseConfiguration.Builder.sqlKnowledgeBaseConfiguration(Consumer<SqlKnowledgeBaseConfiguration.Builder> sqlKnowledgeBaseConfiguration) Specifies configurations for a knowledge base connected to an SQL database.