| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
CSVInput.Builder |
CSVInput.Builder.allowQuotedRecordDelimiter(Boolean allowQuotedRecordDelimiter)
Specifies that CSV field values may contain quoted record delimiters and such records should be allowed.
|
static CSVInput.Builder |
CSVInput.builder() |
CSVInput.Builder |
CSVInput.Builder.comments(String comments)
The single character used to indicate a row should be ignored when present at the start of a row.
|
CSVInput.Builder |
CSVInput.Builder.fieldDelimiter(String fieldDelimiter)
The value used to separate individual fields in a record.
|
CSVInput.Builder |
CSVInput.Builder.fileHeaderInfo(FileHeaderInfo fileHeaderInfo)
Describes the first line of input.
|
CSVInput.Builder |
CSVInput.Builder.fileHeaderInfo(String fileHeaderInfo)
Describes the first line of input.
|
CSVInput.Builder |
CSVInput.Builder.quoteCharacter(String quoteCharacter)
Value used for escaping where the field delimiter is part of the value.
|
CSVInput.Builder |
CSVInput.Builder.quoteEscapeCharacter(String quoteEscapeCharacter)
The single character used for escaping the quote character inside an already escaped value.
|
CSVInput.Builder |
CSVInput.Builder.recordDelimiter(String recordDelimiter)
The value used to separate individual records.
|
CSVInput.Builder |
CSVInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CSVInput.Builder> |
CSVInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InputSerialization.Builder |
InputSerialization.Builder.csv(Consumer<CSVInput.Builder> csv)
Describes the serialization of a CSV-encoded object.
|
Copyright © 2019. All rights reserved.