static SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.builder() |
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.documentDataFieldName(String documentDataFieldName) |
The name of the column in the Salesforce FeedItem table that contains the content to index.
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.documentTitleFieldName(String documentTitleFieldName) |
The name of the column in the Salesforce FeedItem table that contains the title of the document.
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings) |
Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings) |
Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.fieldMappings(DataSourceToIndexFieldMapping... fieldMappings) |
Maps fields from a Salesforce chatter feed into Amazon Kendra index fields.
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.includeFilterTypes(Collection<SalesforceChatterFeedIncludeFilterType> includeFilterTypes) |
Filters the documents in the feed based on status of the user.
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.includeFilterTypes(SalesforceChatterFeedIncludeFilterType... includeFilterTypes) |
Filters the documents in the feed based on status of the user.
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.includeFilterTypesWithStrings(String... includeFilterTypes) |
Filters the documents in the feed based on status of the user.
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.Builder.includeFilterTypesWithStrings(Collection<String> includeFilterTypes) |
Filters the documents in the feed based on status of the user.
|
SalesforceChatterFeedConfiguration.Builder |
SalesforceChatterFeedConfiguration.toBuilder() |
|