| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ConfluenceBlogToIndexFieldMapping |
ConfluenceBlogToIndexFieldMapping.clone() |
ConfluenceBlogToIndexFieldMapping |
ConfluenceBlogToIndexFieldMapping.withDataSourceFieldName(ConfluenceBlogFieldName dataSourceFieldName)
The name of the field in the data source.
|
ConfluenceBlogToIndexFieldMapping |
ConfluenceBlogToIndexFieldMapping.withDataSourceFieldName(String dataSourceFieldName)
The name of the field in the data source.
|
ConfluenceBlogToIndexFieldMapping |
ConfluenceBlogToIndexFieldMapping.withDateFieldFormat(String dateFieldFormat)
The format for date fields in the data source.
|
ConfluenceBlogToIndexFieldMapping |
ConfluenceBlogToIndexFieldMapping.withIndexFieldName(String indexFieldName)
The name of the index field to map to the Confluence data source field.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConfluenceBlogToIndexFieldMapping> |
ConfluenceBlogConfiguration.getBlogFieldMappings()
Maps attributes or field names of Confluence blogs to Amazon Kendra index field names.
|
| Modifier and Type | Method and Description |
|---|---|
ConfluenceBlogConfiguration |
ConfluenceBlogConfiguration.withBlogFieldMappings(ConfluenceBlogToIndexFieldMapping... blogFieldMappings)
Maps attributes or field names of Confluence blogs to Amazon Kendra index field names.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfluenceBlogConfiguration.setBlogFieldMappings(Collection<ConfluenceBlogToIndexFieldMapping> blogFieldMappings)
Maps attributes or field names of Confluence blogs to Amazon Kendra index field names.
|
ConfluenceBlogConfiguration |
ConfluenceBlogConfiguration.withBlogFieldMappings(Collection<ConfluenceBlogToIndexFieldMapping> blogFieldMappings)
Maps attributes or field names of Confluence blogs to Amazon Kendra index field names.
|
Copyright © 2022. All rights reserved.