| 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)
Indicates whether Amazon Kendra should 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)
List of regular expressions applied to knowledge articles.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.excludeAttachmentFilePatterns(String... excludeAttachmentFilePatterns)
List of regular expressions applied to knowledge articles.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.filterQuery(String filterQuery)
A query that selects the knowledge articles to index.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.includeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns)
List of regular expressions applied to knowledge articles.
|
ServiceNowKnowledgeArticleConfiguration.Builder |
ServiceNowKnowledgeArticleConfiguration.Builder.includeAttachmentFilePatterns(String... includeAttachmentFilePatterns)
List of regular expressions applied to knowledge articles.
|
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)
Provides configuration information for crawling knowledge articles in the ServiceNow site.
|
Copyright © 2021. All rights reserved.