@Generated(value="software.amazon.awssdk:codegen") public final class ServiceNowServiceCatalogConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ServiceNowServiceCatalogConfiguration.Builder,ServiceNowServiceCatalogConfiguration>
Provides 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()
Indicates whether Amazon Kendra should crawl attachments to the 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()
Determines the types of file attachments that are excluded from the index.
|
List<DataSourceToIndexFieldMapping> |
fieldMappings()
Mapping between ServiceNow fields and Amazon Kendra index fields.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasExcludeAttachmentFilePatterns()
Returns true if the ExcludeAttachmentFilePatterns property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
boolean |
hasFieldMappings()
Returns true if the FieldMappings property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasIncludeAttachmentFilePatterns()
Returns true if the IncludeAttachmentFilePatterns property was specified by the sender (it may be empty), or
false if the sender did not specify the value (it will be empty).
|
List<String> |
includeAttachmentFilePatterns()
Determines the types of file attachments that are included in the index.
|
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 Boolean crawlAttachments()
Indicates whether Amazon Kendra should crawl attachments to the service catalog items.
public boolean hasIncludeAttachmentFilePatterns()
public List<String> includeAttachmentFilePatterns()
Determines the types of file attachments that are included in the index.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIncludeAttachmentFilePatterns() to see if a value was sent in this field.
public boolean hasExcludeAttachmentFilePatterns()
public List<String> excludeAttachmentFilePatterns()
Determines the types of file attachments that are excluded from the index.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasExcludeAttachmentFilePatterns() to see if a value was sent in this field.
public String documentDataFieldName()
The name of the ServiceNow field that is mapped to the index document contents field in the Amazon Kendra index.
public String documentTitleFieldName()
The name of the ServiceNow field that is mapped to the index document title field.
public boolean hasFieldMappings()
public List<DataSourceToIndexFieldMapping> fieldMappings()
Mapping between ServiceNow fields and Amazon Kendra index fields. You must create the index field before you map the field.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasFieldMappings() to see if a value was sent in this field.
public ServiceNowServiceCatalogConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ServiceNowServiceCatalogConfiguration.Builder,ServiceNowServiceCatalogConfiguration>public static ServiceNowServiceCatalogConfiguration.Builder builder()
public static Class<? extends ServiceNowServiceCatalogConfiguration.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.