| Package | Description |
|---|---|
| software.amazon.awssdk.services.lookoutmetrics.model |
| Modifier and Type | Method and Description |
|---|---|
static CsvFormatDescriptor.Builder |
CsvFormatDescriptor.builder() |
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.charset(String charset)
The character set in which the source CSV file is written.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.containsHeader(Boolean containsHeader)
Whether or not the source CSV file contains a header.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.delimiter(String delimiter)
The character used to delimit the source CSV file.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.fileCompression(CSVFileCompression fileCompression)
The level of compression of the source CSV file.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.fileCompression(String fileCompression)
The level of compression of the source CSV file.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.headerList(Collection<String> headerList)
A list of the source CSV file's headers, if any.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.headerList(String... headerList)
A list of the source CSV file's headers, if any.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.Builder.quoteSymbol(String quoteSymbol)
The character used as a quote character.
|
CsvFormatDescriptor.Builder |
CsvFormatDescriptor.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CsvFormatDescriptor.Builder> |
CsvFormatDescriptor.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FileFormatDescriptor.Builder |
FileFormatDescriptor.Builder.csvFormatDescriptor(Consumer<CsvFormatDescriptor.Builder> csvFormatDescriptor)
Contains information about how a source CSV data file should be analyzed.
|
Copyright © 2023. All rights reserved.