| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DataSourceToIndexFieldMapping |
DataSourceToIndexFieldMapping.clone() |
DataSourceToIndexFieldMapping |
DataSourceToIndexFieldMapping.withDataSourceFieldName(String dataSourceFieldName)
The name of the column or attribute in the data source.
|
DataSourceToIndexFieldMapping |
DataSourceToIndexFieldMapping.withDateFieldFormat(String dateFieldFormat)
The type of data stored in the column or attribute.
|
DataSourceToIndexFieldMapping |
DataSourceToIndexFieldMapping.withIndexFieldName(String indexFieldName)
The name of the field in the index.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceToIndexFieldMapping> |
ColumnConfiguration.getFieldMappings()
An array of objects that map database column names to the corresponding fields in an index.
|
List<DataSourceToIndexFieldMapping> |
SharePointConfiguration.getFieldMappings()
A list of
DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom
fields in the Amazon Kendra index. |
| Modifier and Type | Method and Description |
|---|---|
ColumnConfiguration |
ColumnConfiguration.withFieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
An array of objects that map database column names to the corresponding fields in an index.
|
SharePointConfiguration |
SharePointConfiguration.withFieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom
fields in the Amazon Kendra index. |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnConfiguration.setFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
An array of objects that map database column names to the corresponding fields in an index.
|
void |
SharePointConfiguration.setFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom
fields in the Amazon Kendra index. |
ColumnConfiguration |
ColumnConfiguration.withFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
An array of objects that map database column names to the corresponding fields in an index.
|
SharePointConfiguration |
SharePointConfiguration.withFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
A list of
DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom
fields in the Amazon Kendra index. |
Copyright © 2019. All rights reserved.