Uses of Interface
software.amazon.awssdk.services.s3.model.CSVOutput.Builder
-
Packages that use CSVOutput.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of CSVOutput.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return CSVOutput.Builder Modifier and Type Method Description static CSVOutput.BuilderCSVOutput. builder()CSVOutput.BuilderCSVOutput.Builder. fieldDelimiter(String fieldDelimiter)The value used to separate individual fields in a record.CSVOutput.BuilderCSVOutput.Builder. quoteCharacter(String quoteCharacter)A single character used for escaping when the field delimiter is part of the value.CSVOutput.BuilderCSVOutput.Builder. quoteEscapeCharacter(String quoteEscapeCharacter)The single character used for escaping the quote character inside an already escaped value.CSVOutput.BuilderCSVOutput.Builder. quoteFields(String quoteFields)Indicates whether to use quotation marks around output fields.CSVOutput.BuilderCSVOutput.Builder. quoteFields(QuoteFields quoteFields)Indicates whether to use quotation marks around output fields.CSVOutput.BuilderCSVOutput.Builder. recordDelimiter(String recordDelimiter)A single character used to separate individual records in the output.CSVOutput.BuilderCSVOutput. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type CSVOutput.Builder Modifier and Type Method Description static Class<? extends CSVOutput.Builder>CSVOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type CSVOutput.Builder Modifier and Type Method Description default OutputSerialization.BuilderOutputSerialization.Builder. csv(Consumer<CSVOutput.Builder> csv)Describes the serialization of CSV-encoded Select results.
-