| Package | Description |
|---|---|
| com.amazonaws.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
CsvFormatDescriptor |
CsvFormatDescriptor.clone() |
CsvFormatDescriptor |
FileFormatDescriptor.getCsvFormatDescriptor()
Contains information about how a source CSV data file should be analyzed.
|
CsvFormatDescriptor |
CsvFormatDescriptor.withCharset(String charset)
The character set in which the source CSV file is written.
|
CsvFormatDescriptor |
CsvFormatDescriptor.withContainsHeader(Boolean containsHeader)
Whether or not the source CSV file contains a header.
|
CsvFormatDescriptor |
CsvFormatDescriptor.withDelimiter(String delimiter)
The character used to delimit the source CSV file.
|
CsvFormatDescriptor |
CsvFormatDescriptor.withFileCompression(CSVFileCompression fileCompression)
The level of compression of the source CSV file.
|
CsvFormatDescriptor |
CsvFormatDescriptor.withFileCompression(String fileCompression)
The level of compression of the source CSV file.
|
CsvFormatDescriptor |
CsvFormatDescriptor.withHeaderList(Collection<String> headerList)
A list of the source CSV file's headers, if any.
|
CsvFormatDescriptor |
CsvFormatDescriptor.withHeaderList(String... headerList)
A list of the source CSV file's headers, if any.
|
CsvFormatDescriptor |
CsvFormatDescriptor.withQuoteSymbol(String quoteSymbol)
The character used as a quote character.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileFormatDescriptor.setCsvFormatDescriptor(CsvFormatDescriptor csvFormatDescriptor)
Contains information about how a source CSV data file should be analyzed.
|
FileFormatDescriptor |
FileFormatDescriptor.withCsvFormatDescriptor(CsvFormatDescriptor csvFormatDescriptor)
Contains information about how a source CSV data file should be analyzed.
|
Copyright © 2021. All rights reserved.