@Generated(value="software.amazon.awssdk:codegen") public final class ServiceNowKnowledgeArticleConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceNowKnowledgeArticleConfiguration.Builder,ServiceNowKnowledgeArticleConfiguration>
Provides the configuration information for crawling knowledge articles in the ServiceNow site.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceNowKnowledgeArticleConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNowKnowledgeArticleConfiguration.Builder |
builder() |
Boolean |
crawlAttachments()
TRUE to index attachments to knowledge articles. |
String |
documentDataFieldName()
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
|
String |
documentTitleFieldName()
The name of the ServiceNow field that is mapped to the index document title field.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
excludeAttachmentFilePatterns()
A list of regular expression patterns applied to exclude certain knowledge article attachments.
|
List<DataSourceToIndexFieldMapping> |
fieldMappings()
Maps attributes or field names of knoweldge articles to Amazon Kendra index field names.
|
String |
filterQuery()
A query that selects the knowledge articles to index.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExcludeAttachmentFilePatterns()
For responses, this returns true if the service returned a value for the ExcludeAttachmentFilePatterns property.
|
boolean |
hasFieldMappings()
For responses, this returns true if the service returned a value for the FieldMappings property.
|
int |
hashCode() |
boolean |
hasIncludeAttachmentFilePatterns()
For responses, this returns true if the service returned a value for the IncludeAttachmentFilePatterns property.
|
List<String> |
includeAttachmentFilePatterns()
A list of regular expression patterns applied to include knowledge article attachments.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceNowKnowledgeArticleConfiguration.Builder> |
serializableBuilderClass() |
ServiceNowKnowledgeArticleConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean crawlAttachments()
TRUE to index attachments to knowledge articles.
TRUE to index attachments to knowledge articles.public final boolean hasIncludeAttachmentFilePatterns()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> includeAttachmentFilePatterns()
A list of regular expression patterns applied to include knowledge article attachments. Attachments 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasIncludeAttachmentFilePatterns() method.
public final boolean hasExcludeAttachmentFilePatterns()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final List<String> excludeAttachmentFilePatterns()
A list of regular expression patterns applied to exclude certain knowledge article attachments. Attachments 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasExcludeAttachmentFilePatterns() method.
public final String documentDataFieldName()
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
public final String documentTitleFieldName()
The name of the ServiceNow field that is mapped to the index document title field.
public final boolean hasFieldMappings()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<DataSourceToIndexFieldMapping> fieldMappings()
Maps attributes or field names of knoweldge articles 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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasFieldMappings() method.
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.public final String filterQuery()
A query that selects the knowledge articles to index. The query can return articles from multiple knowledge bases, and the knowledge bases can be public or private.
The query string must be one generated by the ServiceNow console. For more information, see Specifying documents to index with a query.
The query string must be one generated by the ServiceNow console. For more information, see Specifying documents to index with a query.
public ServiceNowKnowledgeArticleConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceNowKnowledgeArticleConfiguration.Builder,ServiceNowKnowledgeArticleConfiguration>public static ServiceNowKnowledgeArticleConfiguration.Builder builder()
public static Class<? extends ServiceNowKnowledgeArticleConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.