| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ConfluencePageToIndexFieldMapping |
ConfluencePageToIndexFieldMapping.clone() |
ConfluencePageToIndexFieldMapping |
ConfluencePageToIndexFieldMapping.withDataSourceFieldName(ConfluencePageFieldName dataSourceFieldName)
The name of the field in the data source.
|
ConfluencePageToIndexFieldMapping |
ConfluencePageToIndexFieldMapping.withDataSourceFieldName(String dataSourceFieldName)
The name of the field in the data source.
|
ConfluencePageToIndexFieldMapping |
ConfluencePageToIndexFieldMapping.withDateFieldFormat(String dateFieldFormat)
The format for date fields in the data source.
|
ConfluencePageToIndexFieldMapping |
ConfluencePageToIndexFieldMapping.withIndexFieldName(String indexFieldName)
The name of the index field to map to the Confluence data source field.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfluencePageToIndexFieldMapping> |
ConfluencePageConfiguration.getPageFieldMappings()
Defines how page metadata fields should be mapped to index fields.
|
| Modifier and Type | Method and Description |
|---|---|
ConfluencePageConfiguration |
ConfluencePageConfiguration.withPageFieldMappings(ConfluencePageToIndexFieldMapping... pageFieldMappings)
Defines how page metadata fields should be mapped to index fields.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluencePageConfiguration.setPageFieldMappings(Collection<ConfluencePageToIndexFieldMapping> pageFieldMappings)
Defines how page metadata fields should be mapped to index fields.
|
ConfluencePageConfiguration |
ConfluencePageConfiguration.withPageFieldMappings(Collection<ConfluencePageToIndexFieldMapping> pageFieldMappings)
Defines how page metadata fields should be mapped to index fields.
|
Copyright © 2021. All rights reserved.