public static interface ServiceNowServiceCatalogConfiguration.Builder extends SdkPojo, CopyableBuilder<ServiceNowServiceCatalogConfiguration.Builder,ServiceNowServiceCatalogConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ServiceNowServiceCatalogConfiguration.Builder |
crawlAttachments(Boolean crawlAttachments)
TRUE to index attachments to service catalog items. |
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 |
documentTitleFieldName(String documentTitleFieldName)
The name of the ServiceNow field that is mapped to the index document title field.
|
ServiceNowServiceCatalogConfiguration.Builder |
excludeAttachmentFilePatterns(Collection<String> excludeAttachmentFilePatterns)
A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow.
|
ServiceNowServiceCatalogConfiguration.Builder |
excludeAttachmentFilePatterns(String... excludeAttachmentFilePatterns)
A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow.
|
ServiceNowServiceCatalogConfiguration.Builder |
fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Maps attributes or field names of catalogs to Amazon Kendra index field names.
|
ServiceNowServiceCatalogConfiguration.Builder |
fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
Maps attributes or field names of catalogs to Amazon Kendra index field names.
|
ServiceNowServiceCatalogConfiguration.Builder |
fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Maps attributes or field names of catalogs to Amazon Kendra index field names.
|
ServiceNowServiceCatalogConfiguration.Builder |
includeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns)
A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow.
|
ServiceNowServiceCatalogConfiguration.Builder |
includeAttachmentFilePatterns(String... includeAttachmentFilePatterns)
A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceNowServiceCatalogConfiguration.Builder crawlAttachments(Boolean crawlAttachments)
TRUE to index attachments to service catalog items.
crawlAttachments - TRUE to index attachments to service catalog items.ServiceNowServiceCatalogConfiguration.Builder includeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns)
A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow. Item that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
The regex is applied to the file name of the attachment.
includeAttachmentFilePatterns - A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow.
Item that match the patterns are included in the index. Items that don't match the patterns are
excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion
pattern takes precedence and the item isn't included in the index.
The regex is applied to the file name of the attachment.
ServiceNowServiceCatalogConfiguration.Builder includeAttachmentFilePatterns(String... includeAttachmentFilePatterns)
A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow. Item that match the patterns are included in the index. Items that don't match the patterns are excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
The regex is applied to the file name of the attachment.
includeAttachmentFilePatterns - A list of regular expression patterns to include certain attachments of catalogs in your ServiceNow.
Item that match the patterns are included in the index. Items that don't match the patterns are
excluded from the index. If an item matches both an inclusion and exclusion pattern, the exclusion
pattern takes precedence and the item isn't included in the index.
The regex is applied to the file name of the attachment.
ServiceNowServiceCatalogConfiguration.Builder excludeAttachmentFilePatterns(Collection<String> excludeAttachmentFilePatterns)
A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow. Item that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
The regex is applied to the file name of the attachment.
excludeAttachmentFilePatterns - A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow.
Item that match the patterns are excluded from the index. Items that don't match the patterns are
included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion
pattern takes precedence and the item isn't included in the index.
The regex is applied to the file name of the attachment.
ServiceNowServiceCatalogConfiguration.Builder excludeAttachmentFilePatterns(String... excludeAttachmentFilePatterns)
A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow. Item that match the patterns are excluded from the index. Items that don't match the patterns are included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the item isn't included in the index.
The regex is applied to the file name of the attachment.
excludeAttachmentFilePatterns - A list of regular expression patterns to exclude certain attachments of catalogs in your ServiceNow.
Item that match the patterns are excluded from the index. Items that don't match the patterns are
included in the index. If an item matches both an inclusion and exclusion pattern, the exclusion
pattern takes precedence and the item isn't included in the index.
The regex is applied to the file name of the attachment.
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.
documentDataFieldName - The name of the ServiceNow field that is mapped to the index document contents field in the Amazon
Kendra index.ServiceNowServiceCatalogConfiguration.Builder documentTitleFieldName(String documentTitleFieldName)
The name of the ServiceNow field that is mapped to the index document title field.
documentTitleFieldName - The name of the ServiceNow field that is mapped to the index document title field.ServiceNowServiceCatalogConfiguration.Builder fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Maps attributes or field names of catalogs to Amazon Kendra index field names. To create custom fields, use
the UpdateIndex API before you map to ServiceNow fields. For more information, see Mapping data source fields. The
ServiceNow data source field names must exist in your ServiceNow custom metadata.
fieldMappings - Maps attributes or field names of catalogs to Amazon Kendra index field names. To create custom
fields, use the UpdateIndex API before you map to ServiceNow fields. For more
information, see Mapping
data source fields. The ServiceNow data source field names must exist in your ServiceNow custom
metadata.ServiceNowServiceCatalogConfiguration.Builder fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Maps attributes or field names of catalogs to Amazon Kendra index field names. To create custom fields, use
the UpdateIndex API before you map to ServiceNow fields. For more information, see Mapping data source fields. The
ServiceNow data source field names must exist in your ServiceNow custom metadata.
fieldMappings - Maps attributes or field names of catalogs to Amazon Kendra index field names. To create custom
fields, use the UpdateIndex API before you map to ServiceNow fields. For more
information, see Mapping
data source fields. The ServiceNow data source field names must exist in your ServiceNow custom
metadata.ServiceNowServiceCatalogConfiguration.Builder fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
Maps attributes or field names of catalogs to Amazon Kendra index field names. To create custom fields, use
the UpdateIndex API before you map to ServiceNow fields. For more information, see Mapping data source fields. The
ServiceNow data source field names must exist in your ServiceNow custom metadata.
DataSourceToIndexFieldMapping.Builder avoiding the need
to create one manually via
DataSourceToIndexFieldMapping.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #fieldMappings(List.
fieldMappings - a consumer that will call methods on
DataSourceToIndexFieldMapping.Builder#fieldMappings(java.util.Collection) Copyright © 2023. All rights reserved.