| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnConfiguration |
ColumnConfiguration.clone() |
ColumnConfiguration |
DatabaseConfiguration.getColumnConfiguration()
Information about where the index should get the document information from the database.
|
ColumnConfiguration |
ColumnConfiguration.withChangeDetectingColumns(Collection<String> changeDetectingColumns)
One to five columns that indicate when a document in the database has changed.
|
ColumnConfiguration |
ColumnConfiguration.withChangeDetectingColumns(String... changeDetectingColumns)
One to five columns that indicate when a document in the database has changed.
|
ColumnConfiguration |
ColumnConfiguration.withDocumentDataColumnName(String documentDataColumnName)
The column that contains the contents of the document.
|
ColumnConfiguration |
ColumnConfiguration.withDocumentIdColumnName(String documentIdColumnName)
The column that provides the document's unique identifier.
|
ColumnConfiguration |
ColumnConfiguration.withDocumentTitleColumnName(String documentTitleColumnName)
The column that contains the title of the document.
|
ColumnConfiguration |
ColumnConfiguration.withFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
An array of objects that map database column names to the corresponding fields in an index.
|
ColumnConfiguration |
ColumnConfiguration.withFieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
An array of objects that map database column names to the corresponding fields in an index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseConfiguration.setColumnConfiguration(ColumnConfiguration columnConfiguration)
Information about where the index should get the document information from the database.
|
DatabaseConfiguration |
DatabaseConfiguration.withColumnConfiguration(ColumnConfiguration columnConfiguration)
Information about where the index should get the document information from the database.
|
Copyright © 2021. All rights reserved.