public static interface CSVInput.Builder extends SdkPojo, CopyableBuilder<CSVInput.Builder,CSVInput>
Modifier and Type | Method and Description |
---|---|
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 |
fieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within a record.
|
CSVInput.Builder |
fileHeaderInfo(FileHeaderInfo fileHeaderInfo)
Describes the first line of input.
|
CSVInput.Builder |
fileHeaderInfo(String fileHeaderInfo)
Describes the first line of input.
|
CSVInput.Builder |
quoteCharacter(String quoteCharacter)
A value used as an escape character where the field delimiter is part of the value.
|
CSVInput.Builder |
quoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
|
CSVInput.Builder |
recordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CSVInput.Builder fileHeaderInfo(String fileHeaderInfo)
Describes the first line of input. Valid values are None
, Ignore
, and
Use
.
fileHeaderInfo
- Describes the first line of input. Valid values are None
, Ignore
, and
Use
.FileHeaderInfo
,
FileHeaderInfo
CSVInput.Builder fileHeaderInfo(FileHeaderInfo fileHeaderInfo)
Describes the first line of input. Valid values are None
, Ignore
, and
Use
.
fileHeaderInfo
- Describes the first line of input. Valid values are None
, Ignore
, and
Use
.FileHeaderInfo
,
FileHeaderInfo
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.
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 quoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
quoteEscapeCharacter
- A single character used for escaping the quotation-mark character inside an already escaped value.CSVInput.Builder recordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
recordDelimiter
- A value used to separate individual records from each other.CSVInput.Builder fieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within a record.
fieldDelimiter
- A value used to separate individual fields from each other within a record.CSVInput.Builder quoteCharacter(String quoteCharacter)
A value used as an escape character where the field delimiter is part of the value.
quoteCharacter
- A value used as an escape character where the field delimiter is part of the value.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.