public static class InputConfiguration.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
InputConfiguration |
build() |
InputConfiguration.Builder |
configuration(Map<String,DocumentsConfiguration> configuration)
meta data about documents For CSV valid JSON format is {“CSV” :{inputColumn:
“reviewDetails”, rowId: “reviewId”, copyColumnsToOutput: [“reviewId” “userId”] ,
delimiter: “,”} Note: In future if new file types added we will update here in
documentation about input file meta data
|
InputConfiguration.Builder |
copy(InputConfiguration model) |
InputConfiguration.Builder |
documentTypes(List<String> documentTypes)
Type of documents supported for this release only TXT,CSV and one element is allowed
here.
|
public InputConfiguration.Builder documentTypes(List<String> documentTypes)
Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list
documentTypes
- the value to setpublic InputConfiguration.Builder configuration(Map<String,DocumentsConfiguration> configuration)
meta data about documents For CSV valid JSON format is {“CSV” :{inputColumn: “reviewDetails”, rowId: “reviewId”, copyColumnsToOutput: [“reviewId” “userId”] , delimiter: “,”} Note: In future if new file types added we will update here in documentation about input file meta data
configuration
- the value to setpublic InputConfiguration build()
public InputConfiguration.Builder copy(InputConfiguration model)
Copyright © 2016–2024. All rights reserved.