Class DataSourceToIndexFieldMapping
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<DataSourceToIndexFieldMapping.Builder,
DataSourceToIndexFieldMapping>
Maps attributes or field names of the documents synced from the data source to Amazon Kendra index field names. You
can set up field mappings for each data source when calling CreateDataSource or UpdateDataSource API. To
create custom fields, use the UpdateIndex
API to first create an index field and then map to the data
source field. For more information, see Mapping data source fields.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final String
The name of the field in the data source.final String
The format for date fields in the data source.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final String
The name of the index field to map to the data source field.static Class
<? extends DataSourceToIndexFieldMapping.Builder> Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
dataSourceFieldName
The name of the field in the data source. You must first create the index field using the
UpdateIndex
API.- Returns:
- The name of the field in the data source. You must first create the index field using the
UpdateIndex
API.
-
dateFieldFormat
The format for date fields in the data source. If the field specified in
DataSourceFieldName
is a date field, you must specify the date format. If the field is not a date field, an exception is thrown.- Returns:
- The format for date fields in the data source. If the field specified in
DataSourceFieldName
is a date field, you must specify the date format. If the field is not a date field, an exception is thrown.
-
indexFieldName
The name of the index field to map to the data source field. The index field type must match the data source field type.
- Returns:
- The name of the index field to map to the data source field. The index field type must match the data source field type.
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<DataSourceToIndexFieldMapping.Builder,
DataSourceToIndexFieldMapping> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
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. -
getValueForField
-
sdkFields
-