Uses of Interface
software.amazon.awssdk.services.kendra.model.DataSourceToIndexFieldMapping.Builder
-
Packages that use DataSourceToIndexFieldMapping.Builder Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of DataSourceToIndexFieldMapping.Builder in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return DataSourceToIndexFieldMapping.Builder Modifier and Type Method Description static DataSourceToIndexFieldMapping.BuilderDataSourceToIndexFieldMapping. builder()DataSourceToIndexFieldMapping.BuilderDataSourceToIndexFieldMapping.Builder. dataSourceFieldName(String dataSourceFieldName)The name of the field in the data source.DataSourceToIndexFieldMapping.BuilderDataSourceToIndexFieldMapping.Builder. dateFieldFormat(String dateFieldFormat)The format for date fields in the data source.DataSourceToIndexFieldMapping.BuilderDataSourceToIndexFieldMapping.Builder. indexFieldName(String indexFieldName)The name of the index field to map to the data source field.DataSourceToIndexFieldMapping.BuilderDataSourceToIndexFieldMapping. toBuilder()Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type DataSourceToIndexFieldMapping.Builder Modifier and Type Method Description static Class<? extends DataSourceToIndexFieldMapping.Builder>DataSourceToIndexFieldMapping. serializableBuilderClass()
-