| Package | Description |
|---|---|
| software.amazon.awssdk.services.glacier.model |
| Modifier and Type | Method and Description |
|---|---|
static CSVInput.Builder |
CSVInput.builder() |
CSVInput.Builder |
CSVInput.Builder.comments(String comments)
A single character used to indicate that a row should be ignored when the character is present at the start
of that row.
|
CSVInput.Builder |
CSVInput.Builder.fieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within 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)
A value used as an escape character where the field delimiter is part of the value.
|
CSVInput.Builder |
CSVInput.Builder.quoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
|
CSVInput.Builder |
CSVInput.Builder.recordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
|
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 © 2023. All rights reserved.