| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.clone() |
ServiceNowServiceCatalogConfiguration |
ServiceNowConfiguration.getServiceCatalogConfiguration()
Provides configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.withCrawlAttachments(Boolean crawlAttachments)
Indicates whether Amazon Kendra should crawl attachments to the service catalog items.
|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.withDocumentDataFieldName(String documentDataFieldName)
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.withDocumentTitleFieldName(String documentTitleFieldName)
The name of the ServiceNow field that is mapped to the index document title field.
|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.withExcludeAttachmentFilePatterns(Collection<String> excludeAttachmentFilePatterns)
A list of regular expression patterns.
|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.withExcludeAttachmentFilePatterns(String... excludeAttachmentFilePatterns)
A list of regular expression patterns.
|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.withFieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.withFieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.withIncludeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns)
A list of regular expression patterns.
|
ServiceNowServiceCatalogConfiguration |
ServiceNowServiceCatalogConfiguration.withIncludeAttachmentFilePatterns(String... includeAttachmentFilePatterns)
A list of regular expression patterns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceNowConfiguration.setServiceCatalogConfiguration(ServiceNowServiceCatalogConfiguration serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
|
ServiceNowConfiguration |
ServiceNowConfiguration.withServiceCatalogConfiguration(ServiceNowServiceCatalogConfiguration serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
|
Copyright © 2021. All rights reserved.