public static interface CSVOutput.Builder extends SdkPojo, CopyableBuilder<CSVOutput.Builder,CSVOutput>
Modifier and Type | Method and Description |
---|---|
CSVOutput.Builder |
fieldDelimiter(String fieldDelimiter)
A value used to separate individual fields from each other within a record.
|
CSVOutput.Builder |
quoteCharacter(String quoteCharacter)
A value used as an escape character where the field delimiter is part of the value.
|
CSVOutput.Builder |
quoteEscapeCharacter(String quoteEscapeCharacter)
A single character used for escaping the quotation-mark character inside an already escaped value.
|
CSVOutput.Builder |
quoteFields(QuoteFields quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
|
CSVOutput.Builder |
quoteFields(String quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
|
CSVOutput.Builder |
recordDelimiter(String recordDelimiter)
A value used to separate individual records from each other.
|
copy
applyMutation, build
CSVOutput.Builder quoteFields(String quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
quoteFields
- A value that indicates whether all output fields should be contained within quotation marks.QuoteFields
,
QuoteFields
CSVOutput.Builder quoteFields(QuoteFields quoteFields)
A value that indicates whether all output fields should be contained within quotation marks.
quoteFields
- A value that indicates whether all output fields should be contained within quotation marks.QuoteFields
,
QuoteFields
CSVOutput.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.CSVOutput.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.CSVOutput.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.CSVOutput.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.