static ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.builder() |
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.crawlAttachments(Boolean crawlAttachments) |
TRUE to index attachments to knowledge articles.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.documentDataFieldName(String documentDataFieldName) |
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra
index.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.documentTitleFieldName(String documentTitleFieldName) |
The name of the ServiceNow field that is mapped to the index document title field.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.excludeAttachmentFilePatterns(String... excludeAttachmentFilePatterns) |
A list of regular expression patterns applied to exclude certain knowledge article attachments.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.excludeAttachmentFilePatterns(Collection<String> excludeAttachmentFilePatterns) |
A list of regular expression patterns applied to exclude certain knowledge article attachments.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings) |
Maps attributes or field names of knoweldge articles to Amazon Kendra index field names.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings) |
Maps attributes or field names of knoweldge articles to Amazon Kendra index field names.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.fieldMappings(DataSourceToIndexFieldMapping... fieldMappings) |
Maps attributes or field names of knoweldge articles to Amazon Kendra index field names.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.filterQuery(String filterQuery) |
A query that selects the knowledge articles to index.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.includeAttachmentFilePatterns(String... includeAttachmentFilePatterns) |
A list of regular expression patterns applied to include knowledge article attachments.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.includeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns) |
A list of regular expression patterns applied to include knowledge article attachments.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.toBuilder() |
|