| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> excludeAttachmentFilePatterns)
A list of regular expression patterns applied to exclude certain knowledge article attachments.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.excludeAttachmentFilePatterns(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(Collection<String> includeAttachmentFilePatterns)
A list of regular expression patterns applied to include knowledge article attachments.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.includeAttachmentFilePatterns(String... includeAttachmentFilePatterns)
A list of regular expression patterns applied to include knowledge article attachments.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceNowKnowledgeArticleConfiguration.Builder> |
ServiceNowKnowledgeArticleConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.knowledgeArticleConfiguration(Consumer<ServiceNowKnowledgeArticleConfiguration.Builder> knowledgeArticleConfiguration)
Configuration information for crawling knowledge articles in the ServiceNow site.
|
Copyright © 2023. All rights reserved.