public static interface CsvFormatDescriptor.Builder extends SdkPojo, CopyableBuilder<CsvFormatDescriptor.Builder,CsvFormatDescriptor>
| Modifier and Type | Method and Description |
|---|---|
CsvFormatDescriptor.Builder |
charset(String charset)
The character set in which the source CSV file is written.
|
CsvFormatDescriptor.Builder |
containsHeader(Boolean containsHeader)
Whether or not the source CSV file contains a header.
|
CsvFormatDescriptor.Builder |
delimiter(String delimiter)
The character used to delimit the source CSV file.
|
CsvFormatDescriptor.Builder |
fileCompression(CSVFileCompression fileCompression)
The level of compression of the source CSV file.
|
CsvFormatDescriptor.Builder |
fileCompression(String fileCompression)
The level of compression of the source CSV file.
|
CsvFormatDescriptor.Builder |
headerList(Collection<String> headerList)
A list of the source CSV file's headers, if any.
|
CsvFormatDescriptor.Builder |
headerList(String... headerList)
A list of the source CSV file's headers, if any.
|
CsvFormatDescriptor.Builder |
quoteSymbol(String quoteSymbol)
The character used as a quote character.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCsvFormatDescriptor.Builder fileCompression(String fileCompression)
The level of compression of the source CSV file.
fileCompression - The level of compression of the source CSV file.CSVFileCompression,
CSVFileCompressionCsvFormatDescriptor.Builder fileCompression(CSVFileCompression fileCompression)
The level of compression of the source CSV file.
fileCompression - The level of compression of the source CSV file.CSVFileCompression,
CSVFileCompressionCsvFormatDescriptor.Builder charset(String charset)
The character set in which the source CSV file is written.
charset - The character set in which the source CSV file is written.CsvFormatDescriptor.Builder containsHeader(Boolean containsHeader)
Whether or not the source CSV file contains a header.
containsHeader - Whether or not the source CSV file contains a header.CsvFormatDescriptor.Builder delimiter(String delimiter)
The character used to delimit the source CSV file.
delimiter - The character used to delimit the source CSV file.CsvFormatDescriptor.Builder headerList(Collection<String> headerList)
A list of the source CSV file's headers, if any.
headerList - A list of the source CSV file's headers, if any.CsvFormatDescriptor.Builder headerList(String... headerList)
A list of the source CSV file's headers, if any.
headerList - A list of the source CSV file's headers, if any.CsvFormatDescriptor.Builder quoteSymbol(String quoteSymbol)
The character used as a quote character.
quoteSymbol - The character used as a quote character.Copyright © 2023. All rights reserved.