@Generated(value="software.amazon.awssdk:codegen") public final class ServiceNowServiceCatalogConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceNowServiceCatalogConfiguration.Builder,ServiceNowServiceCatalogConfiguration>
Provides the configuration information for crawling service catalog items in the ServiceNow site
| Modifier and Type | Class and Description |
|---|---|
static interface |
ServiceNowServiceCatalogConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ServiceNowServiceCatalogConfiguration.Builder |
builder() |
Boolean |
crawlAttachments()
TRUE to index attachments to service catalog items. |
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 to exclude certain attachments of catalogs in your ServiceNow.
|
List<DataSourceToIndexFieldMapping> |
fieldMappings()
Maps attributes or field names of catalogs to Amazon Kendra index field names.
|
<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 to include certain attachments of catalogs in your ServiceNow.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ServiceNowServiceCatalogConfiguration.Builder> |
serializableBuilderClass() |
ServiceNowServiceCatalogConfiguration.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 service catalog items.
TRUE to index attachments to service catalog items.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 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.
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.
The regex is applied to the file name of the attachment.
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 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.
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.
The regex is applied to the file name of the attachment.
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 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.
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 ServiceNowServiceCatalogConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceNowServiceCatalogConfiguration.Builder,ServiceNowServiceCatalogConfiguration>public static ServiceNowServiceCatalogConfiguration.Builder builder()
public static Class<? extends ServiceNowServiceCatalogConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.