Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.SqlKnowledgeBaseConfiguration.Builder
-
Packages that use SqlKnowledgeBaseConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of SqlKnowledgeBaseConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return SqlKnowledgeBaseConfiguration.Builder Modifier and Type Method Description static SqlKnowledgeBaseConfiguration.BuilderSqlKnowledgeBaseConfiguration. builder()default SqlKnowledgeBaseConfiguration.BuilderSqlKnowledgeBaseConfiguration.Builder. redshiftConfiguration(Consumer<RedshiftConfiguration.Builder> redshiftConfiguration)Specifies configurations for a knowledge base connected to an Amazon Redshift database.SqlKnowledgeBaseConfiguration.BuilderSqlKnowledgeBaseConfiguration.Builder. redshiftConfiguration(RedshiftConfiguration redshiftConfiguration)Specifies configurations for a knowledge base connected to an Amazon Redshift database.SqlKnowledgeBaseConfiguration.BuilderSqlKnowledgeBaseConfiguration. toBuilder()SqlKnowledgeBaseConfiguration.BuilderSqlKnowledgeBaseConfiguration.Builder. type(String type)The type of SQL database to connect to the knowledge base.SqlKnowledgeBaseConfiguration.BuilderSqlKnowledgeBaseConfiguration.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.Builder Modifier and Type Method Description static Class<? extends SqlKnowledgeBaseConfiguration.Builder>SqlKnowledgeBaseConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type SqlKnowledgeBaseConfiguration.Builder Modifier and Type Method Description default KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. sqlKnowledgeBaseConfiguration(Consumer<SqlKnowledgeBaseConfiguration.Builder> sqlKnowledgeBaseConfiguration)Specifies configurations for a knowledge base connected to an SQL database.
-