| static CsvFormatAttribute.Builder | CsvFormatAttribute. builder() | Create a new builder. | 
| CsvFormatAttribute.Builder | CsvFormatAttribute.Builder. copy(CsvFormatAttribute model) |  | 
| CsvFormatAttribute.Builder | CsvFormatAttribute.Builder. delimiter(String delimiter) | The delimiter for the CSV format. | 
| CsvFormatAttribute.Builder | CsvFormatAttribute.Builder. encoding(String encoding) | The encoding for the file. | 
| CsvFormatAttribute.Builder | CsvFormatAttribute.Builder. escapeCharacter(String escapeCharacter) | The escape character for the CSV format. | 
| CsvFormatAttribute.Builder | CsvFormatAttribute.Builder. hasHeader(Boolean hasHeader) | Defines whether the file has a header row. | 
| CsvFormatAttribute.Builder | CsvFormatAttribute.Builder. isFilePattern(Boolean isFilePattern) |  | 
| CsvFormatAttribute.Builder | CsvFormatAttribute.Builder. quoteCharacter(String quoteCharacter) | The quote character for the CSV format. | 
| CsvFormatAttribute.Builder | CsvFormatAttribute.Builder. timestampFormat(String timestampFormat) | Format for timestamp information. | 
| CsvFormatAttribute.Builder | CsvFormatAttribute. toBuilder() |  |