Class InputConfiguration.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • documentTypes

        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

        Parameters:
        documentTypes - the value to set
        Returns:
        this builder
      • configuration

        public 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
        Parameters:
        configuration - the value to set
        Returns:
        this builder