public static interface ServiceNowServiceCatalogConfiguration.Builder extends SdkPojo, CopyableBuilder<ServiceNowServiceCatalogConfiguration.Builder,ServiceNowServiceCatalogConfiguration>
| Modifier and Type | Method and Description |
|---|---|
ServiceNowServiceCatalogConfiguration.Builder |
crawlAttachments(Boolean crawlAttachments)
Indicates whether Amazon Kendra should crawl attachments to the 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.
|
ServiceNowServiceCatalogConfiguration.Builder |
excludeAttachmentFilePatterns(String... excludeAttachmentFilePatterns)
A list of regular expression patterns.
|
ServiceNowServiceCatalogConfiguration.Builder |
fieldMappings(Collection<DataSourceToIndexFieldMapping> fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowServiceCatalogConfiguration.Builder |
fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowServiceCatalogConfiguration.Builder |
fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
ServiceNowServiceCatalogConfiguration.Builder |
includeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns)
A list of regular expression patterns.
|
ServiceNowServiceCatalogConfiguration.Builder |
includeAttachmentFilePatterns(String... includeAttachmentFilePatterns)
A list of regular expression patterns.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceNowServiceCatalogConfiguration.Builder crawlAttachments(Boolean crawlAttachments)
Indicates whether Amazon Kendra should crawl attachments to the service catalog items.
crawlAttachments - Indicates whether Amazon Kendra should crawl attachments to the service catalog items.ServiceNowServiceCatalogConfiguration.Builder includeAttachmentFilePatterns(Collection<String> includeAttachmentFilePatterns)
A list of regular expression patterns. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index.
The regex is applied to the file name of the attachment.
includeAttachmentFilePatterns - A list of regular expression patterns. Documents that match the patterns are included in the index.
Documents that don't match the patterns are excluded from the index. If a document matches both an
exclusion pattern and an inclusion pattern, the document is not 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. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index.
The regex is applied to the file name of the attachment.
includeAttachmentFilePatterns - A list of regular expression patterns. Documents that match the patterns are included in the index.
Documents that don't match the patterns are excluded from the index. If a document matches both an
exclusion pattern and an inclusion pattern, the document is not 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. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index.
The regex is applied to the file name of the attachment.
excludeAttachmentFilePatterns - A list of regular expression patterns. Documents that match the patterns are excluded from the index.
Documents that don't match the patterns are included in the index. If a document matches both an
exclusion pattern and an inclusion pattern, the document is not 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. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index.
The regex is applied to the file name of the attachment.
excludeAttachmentFilePatterns - A list of regular expression patterns. Documents that match the patterns are excluded from the index.
Documents that don't match the patterns are included in the index. If a document matches both an
exclusion pattern and an inclusion pattern, the document is not 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)
Mapping between ServiceNow fields and Amazon Kendra index fields. You must create the index field before you map the field.
fieldMappings - Mapping between ServiceNow fields and Amazon Kendra index fields. You must create the index field
before you map the field.ServiceNowServiceCatalogConfiguration.Builder fieldMappings(DataSourceToIndexFieldMapping... fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields. You must create the index field before you map the field.
fieldMappings - Mapping between ServiceNow fields and Amazon Kendra index fields. You must create the index field
before you map the field.ServiceNowServiceCatalogConfiguration.Builder fieldMappings(Consumer<DataSourceToIndexFieldMapping.Builder>... fieldMappings)
Mapping between ServiceNow fields and Amazon Kendra index fields. You must create the index field before you map the field.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #fieldMappings(List) .fieldMappings - a consumer that will call methods on List.Builder #fieldMappings(List) Copyright © 2021. All rights reserved.