Uses of Interface
software.amazon.awssdk.services.databrew.model.CsvOptions.Builder
-
Packages that use CsvOptions.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of CsvOptions.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return CsvOptions.Builder Modifier and Type Method Description static CsvOptions.BuilderCsvOptions. builder()CsvOptions.BuilderCsvOptions.Builder. delimiter(String delimiter)A single character that specifies the delimiter being used in the CSV file.CsvOptions.BuilderCsvOptions.Builder. headerRow(Boolean headerRow)A variable that specifies whether the first row in the file is parsed as the header.CsvOptions.BuilderCsvOptions. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type CsvOptions.Builder Modifier and Type Method Description static Class<? extends CsvOptions.Builder>CsvOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type CsvOptions.Builder Modifier and Type Method Description default FormatOptions.BuilderFormatOptions.Builder. csv(Consumer<CsvOptions.Builder> csv)Options that define how CSV input is to be interpreted by DataBrew.
-