Need to add the following methods in builder EmailTemplateBuilder
addParameter(String key, Object value) this method will set parameter template and all attachments
addParameters(Map<String, Object> params) this method will set parameters to template and all attachments
addParameter(String reportCode, String key, Object value) this method will set parameter to attached report with selected code
Need to add the following methods in builder
EmailTemplateBuilderaddParameter(String key, Object value)this method will set parameter template and all attachmentsaddParameters(Map<String, Object> params)this method will set parameters to template and all attachmentsaddParameter(String reportCode, String key, Object value)this method will set parameter to attached report with selectedcode