| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceToIndexFieldMapping.Builder |
DataSourceToIndexFieldMapping.builder() |
DataSourceToIndexFieldMapping.Builder |
DataSourceToIndexFieldMapping.Builder.dataSourceFieldName(String dataSourceFieldName)
The name of the column or attribute in the data source.
|
DataSourceToIndexFieldMapping.Builder |
DataSourceToIndexFieldMapping.Builder.dateFieldFormat(String dateFieldFormat)
The type of data stored in the column or attribute.
|
DataSourceToIndexFieldMapping.Builder |
DataSourceToIndexFieldMapping.Builder.indexFieldName(String indexFieldName)
The name of the field in the index.
|
DataSourceToIndexFieldMapping.Builder |
DataSourceToIndexFieldMapping.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DataSourceToIndexFieldMapping.Builder> |
DataSourceToIndexFieldMapping.serializableBuilderClass() |
Copyright © 2023. All rights reserved.