| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
RdsConfiguration |
RdsConfiguration.clone() |
RdsConfiguration |
StorageConfiguration.getRdsConfiguration()
Contains details about the storage configuration of the knowledge base in Amazon RDS.
|
RdsConfiguration |
RdsConfiguration.withCredentialsSecretArn(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 |
RdsConfiguration.withDatabaseName(String databaseName)
The name of your Amazon RDS database.
|
RdsConfiguration |
RdsConfiguration.withFieldMapping(RdsFieldMapping fieldMapping)
Contains the names of the fields to which to map information about the vector store.
|
RdsConfiguration |
RdsConfiguration.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the vector store.
|
RdsConfiguration |
RdsConfiguration.withTableName(String tableName)
The name of the table in the database.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StorageConfiguration.setRdsConfiguration(RdsConfiguration rdsConfiguration)
Contains details about the storage configuration of the knowledge base in Amazon RDS.
|
StorageConfiguration |
StorageConfiguration.withRdsConfiguration(RdsConfiguration rdsConfiguration)
Contains details about the storage configuration of the knowledge base in Amazon RDS.
|
Copyright © 2025. All rights reserved.