Class ServiceNowKnowledgeArticleConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.ServiceNowKnowledgeArticleConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceNowKnowledgeArticleConfiguration.Builder,ServiceNowKnowledgeArticleConfiguration>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceNowKnowledgeArticleConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceNowKnowledgeArticleConfiguration.Builderbuilder()BooleancrawlAttachments()TRUEto index attachments to knowledge articles.StringdocumentDataFieldName()The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.StringdocumentTitleFieldName()The name of the ServiceNow field that is mapped to the index document title field.booleanequals(Object obj)booleanequalsBySdkFields(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.StringfilterQuery()A query that selects the knowledge articles to index.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)booleanhasExcludeAttachmentFilePatterns()For responses, this returns true if the service returned a value for the ExcludeAttachmentFilePatterns property.booleanhasFieldMappings()For responses, this returns true if the service returned a value for the FieldMappings property.inthashCode()booleanhasIncludeAttachmentFilePatterns()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
crawlAttachments
public final Boolean crawlAttachments()
TRUEto index attachments to knowledge articles.- Returns:
TRUEto index attachments to knowledge articles.
-
hasIncludeAttachmentFilePatterns
public final boolean hasIncludeAttachmentFilePatterns()
For responses, this returns true if the service returned a value for the IncludeAttachmentFilePatterns property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
includeAttachmentFilePatterns
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.- Returns:
- 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.
-
hasExcludeAttachmentFilePatterns
public final boolean hasExcludeAttachmentFilePatterns()
For responses, this returns true if the service returned a value for the ExcludeAttachmentFilePatterns property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
excludeAttachmentFilePatterns
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.- Returns:
- 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.
-
documentDataFieldName
public final String documentDataFieldName()
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
- Returns:
- The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
-
documentTitleFieldName
public final String documentTitleFieldName()
The name of the ServiceNow field that is mapped to the index document title field.
- Returns:
- The name of the ServiceNow field that is mapped to the index document title field.
-
hasFieldMappings
public final boolean hasFieldMappings()
For responses, this returns true if the service returned a value for the FieldMappings property. This DOES NOT check that the value is non-empty (for which, you should check theisEmpty()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.
-
fieldMappings
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
UpdateIndexAPI 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.- Returns:
- Maps attributes or field names of knoweldge articles to Amazon Kendra index field names. To create custom
fields, use the
UpdateIndexAPI 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.
-
filterQuery
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.
- Returns:
- 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.
-
toBuilder
public ServiceNowKnowledgeArticleConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceNowKnowledgeArticleConfiguration.Builder,ServiceNowKnowledgeArticleConfiguration>
-
builder
public static ServiceNowKnowledgeArticleConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServiceNowKnowledgeArticleConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-