public static interface CSVOutput.Builder extends SdkPojo, CopyableBuilder<CSVOutput.Builder,CSVOutput>
| Modifier and Type | Method and Description |
|---|---|
CSVOutput.Builder |
fieldDelimiter(String fieldDelimiter)
The value used to separate individual fields in a record.
|
CSVOutput.Builder |
quoteCharacter(String quoteCharacter)
The value used for escaping where the field delimiter is part of the value.
|
CSVOutput.Builder |
quoteEscapeCharacter(String quoteEscapeCharacter)
Th single character used for escaping the quote character inside an already escaped value.
|
CSVOutput.Builder |
quoteFields(QuoteFields quoteFields)
Indicates whether or not all output fields should be quoted.
|
CSVOutput.Builder |
quoteFields(String quoteFields)
Indicates whether or not all output fields should be quoted.
|
CSVOutput.Builder |
recordDelimiter(String recordDelimiter)
The value used to separate individual records.
|
copyapplyMutation, buildCSVOutput.Builder quoteFields(String quoteFields)
Indicates whether or not all output fields should be quoted.
quoteFields - Indicates whether or not all output fields should be quoted.QuoteFields,
QuoteFieldsCSVOutput.Builder quoteFields(QuoteFields quoteFields)
Indicates whether or not all output fields should be quoted.
quoteFields - Indicates whether or not all output fields should be quoted.QuoteFields,
QuoteFieldsCSVOutput.Builder quoteEscapeCharacter(String quoteEscapeCharacter)
Th single character used for escaping the quote character inside an already escaped value.
quoteEscapeCharacter - Th single character used for escaping the quote character inside an already escaped value.CSVOutput.Builder recordDelimiter(String recordDelimiter)
The value used to separate individual records.
recordDelimiter - The value used to separate individual records.CSVOutput.Builder fieldDelimiter(String fieldDelimiter)
The value used to separate individual fields in a record.
fieldDelimiter - The value used to separate individual fields in a record.CSVOutput.Builder quoteCharacter(String quoteCharacter)
The value used for escaping where the field delimiter is part of the value.
quoteCharacter - The value used for escaping where the field delimiter is part of the value.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.