| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.builder() |
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.crawlAttachments(Boolean crawlAttachments)
Indicates whether Amazon Kendra should crawl attachments to the service catalog items.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.documentDataFieldName(String documentDataFieldName)
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra
index.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.documentTitleFieldName(String documentTitleFieldName)
The name of the ServiceNow field that is mapped to the index document title field.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.excludeAttachmentFilePatterns(Collection<String> excludeAttachmentFilePatterns)
A list of regular expression patterns.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.excludeAttachmentFilePatterns(String... excludeAttachmentFilePatterns)
A list of regular expression patterns.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.includeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns)
A list of regular expression patterns.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.includeAttachmentFilePatterns(String... includeAttachmentFilePatterns)
A list of regular expression patterns.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ServiceNowServiceCatalogConfiguration.Builder> |
ServiceNowServiceCatalogConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ServiceNowConfiguration.Builder |
ServiceNowConfiguration.Builder.serviceCatalogConfiguration(Consumer<ServiceNowServiceCatalogConfiguration.Builder> serviceCatalogConfiguration)
Provides configuration information for crawling service catalogs in the ServiceNow site.
|
Copyright © 2021. All rights reserved.