| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfiguration |
ConnectionConfiguration.clone() |
ConnectionConfiguration |
DatabaseConfiguration.getConnectionConfiguration()
Configuration information that's required to connect to a database.
|
ConnectionConfiguration |
ConnectionConfiguration.withDatabaseHost(String databaseHost)
The name of the host for the database.
|
ConnectionConfiguration |
ConnectionConfiguration.withDatabaseName(String databaseName)
The name of the database containing the document data.
|
ConnectionConfiguration |
ConnectionConfiguration.withDatabasePort(Integer databasePort)
The port that the database uses for connections.
|
ConnectionConfiguration |
ConnectionConfiguration.withSecretArn(String secretArn)
The Amazon Resource Name (ARN) of credentials stored in Secrets Manager.
|
ConnectionConfiguration |
ConnectionConfiguration.withTableName(String tableName)
The name of the table that contains the document data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseConfiguration.setConnectionConfiguration(ConnectionConfiguration connectionConfiguration)
Configuration information that's required to connect to a database.
|
DatabaseConfiguration |
DatabaseConfiguration.withConnectionConfiguration(ConnectionConfiguration connectionConfiguration)
Configuration information that's required to connect to a database.
|
Copyright © 2024. All rights reserved.