| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
SalesforceChatterFeedConfiguration |
SalesforceChatterFeedConfiguration.clone() |
SalesforceChatterFeedConfiguration |
SalesforceConfiguration.getChatterFeedConfiguration()
Specifies configuration information for Salesforce chatter feeds.
|
SalesforceChatterFeedConfiguration |
SalesforceChatterFeedConfiguration.withDocumentDataFieldName(String documentDataFieldName)
The name of the column in the Salesforce FeedItem table that contains the content to index.
|
SalesforceChatterFeedConfiguration |
SalesforceChatterFeedConfiguration.withDocumentTitleFieldName(String documentTitleFieldName)
The name of the column in the Salesforce FeedItem table that contains the title of the document.
|
SalesforceChatterFeedConfiguration |
SalesforceChatterFeedConfiguration.withFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.
|
SalesforceChatterFeedConfiguration |
SalesforceChatterFeedConfiguration.withFieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.
|
SalesforceChatterFeedConfiguration |
SalesforceChatterFeedConfiguration.withIncludeFilterTypes(Collection<String> includeFilterTypes)
Filters the documents in the feed based on status of the user.
|
SalesforceChatterFeedConfiguration |
SalesforceChatterFeedConfiguration.withIncludeFilterTypes(SalesforceChatterFeedIncludeFilterType... includeFilterTypes)
Filters the documents in the feed based on status of the user.
|
SalesforceChatterFeedConfiguration |
SalesforceChatterFeedConfiguration.withIncludeFilterTypes(String... includeFilterTypes)
Filters the documents in the feed based on status of the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SalesforceConfiguration.setChatterFeedConfiguration(SalesforceChatterFeedConfiguration chatterFeedConfiguration)
Specifies configuration information for Salesforce chatter feeds.
|
SalesforceConfiguration |
SalesforceConfiguration.withChatterFeedConfiguration(SalesforceChatterFeedConfiguration chatterFeedConfiguration)
Specifies configuration information for Salesforce chatter feeds.
|
Copyright © 2021. All rights reserved.