Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.RdsConfiguration.Builder
Packages that use RdsConfiguration.Builder
-
Uses of RdsConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return RdsConfiguration.BuilderModifier and TypeMethodDescriptionstatic RdsConfiguration.BuilderRdsConfiguration.builder()RdsConfiguration.Builder.credentialsSecretArn(String credentialsSecretArn) The Amazon Resource Name (ARN) of the secret that you created in Secrets Manager that is linked to your Amazon RDS database.RdsConfiguration.Builder.databaseName(String databaseName) The name of your Amazon RDS database.default RdsConfiguration.BuilderRdsConfiguration.Builder.fieldMapping(Consumer<RdsFieldMapping.Builder> fieldMapping) Contains the names of the fields to which to map information about the vector store.RdsConfiguration.Builder.fieldMapping(RdsFieldMapping fieldMapping) Contains the names of the fields to which to map information about the vector store.RdsConfiguration.Builder.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the vector store.The name of the table in the database.RdsConfiguration.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type RdsConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RdsConfiguration.Builder>RdsConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type RdsConfiguration.BuilderModifier and TypeMethodDescriptiondefault StorageConfiguration.BuilderStorageConfiguration.Builder.rdsConfiguration(Consumer<RdsConfiguration.Builder> rdsConfiguration) Contains details about the storage configuration of the knowledge base in Amazon RDS.