Class ServiceNowServiceCatalogConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.kendra.model.ServiceNowServiceCatalogConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ServiceNowServiceCatalogConfiguration.Builder,ServiceNowServiceCatalogConfiguration>
@Generated("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
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceServiceNowServiceCatalogConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceNowServiceCatalogConfiguration.Builderbuilder()BooleancrawlAttachments()TRUEto index attachments to service catalog items.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 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)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 to include certain attachments of catalogs in your ServiceNow.List<SdkField<?>>sdkFields()static Class<? extends ServiceNowServiceCatalogConfiguration.Builder>serializableBuilderClass()ServiceNowServiceCatalogConfiguration.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 service catalog items.- Returns:
TRUEto index attachments to service catalog items.
-
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 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.- Returns:
- 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.
-
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 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.- Returns:
- 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.
-
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 catalogs 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 catalogs 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.
-
toBuilder
public ServiceNowServiceCatalogConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ServiceNowServiceCatalogConfiguration.Builder,ServiceNowServiceCatalogConfiguration>
-
builder
public static ServiceNowServiceCatalogConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ServiceNowServiceCatalogConfiguration.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.
-
-