public static interface DataSourceToIndexFieldMapping.Builder extends SdkPojo, CopyableBuilder<DataSourceToIndexFieldMapping.Builder,DataSourceToIndexFieldMapping>
| Modifier and Type | Method and Description |
|---|---|
DataSourceToIndexFieldMapping.Builder |
dataSourceFieldName(String dataSourceFieldName)
The name of the column or attribute in the data source.
|
DataSourceToIndexFieldMapping.Builder |
dateFieldFormat(String dateFieldFormat)
The type of data stored in the column or attribute.
|
DataSourceToIndexFieldMapping.Builder |
indexFieldName(String indexFieldName)
The name of the field in the index.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataSourceToIndexFieldMapping.Builder dataSourceFieldName(String dataSourceFieldName)
The name of the column or attribute in the data source.
dataSourceFieldName - The name of the column or attribute in the data source.DataSourceToIndexFieldMapping.Builder dateFieldFormat(String dateFieldFormat)
The type of data stored in the column or attribute.
dateFieldFormat - The type of data stored in the column or attribute.DataSourceToIndexFieldMapping.Builder indexFieldName(String indexFieldName)
The name of the field in the index.
indexFieldName - The name of the field in the index.Copyright © 2020. All rights reserved.