static ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.builder() |
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.crawlAttachments(Boolean crawlAttachments) |
TRUE to index attachments to 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(String... excludeAttachmentFilePatterns) |
A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.excludeAttachmentFilePatterns(Collection<String> excludeAttachmentFilePatterns) |
A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings) |
Maps attributes or field names of catalogs to Amazon Kendra index field names.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings) |
Maps attributes or field names of catalogs to Amazon Kendra index field names.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.fieldMappings(DataSourceToIndexFieldMapping... fieldMappings) |
Maps attributes or field names of catalogs to Amazon Kendra index field names.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.includeAttachmentFilePatterns(String... includeAttachmentFilePatterns) |
A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.Builder.includeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns) |
A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow.
|
ServiceNowServiceCatalogConfiguration.Builder |
ServiceNowServiceCatalogConfiguration.toBuilder() |
|