Uses of Interface
software.amazon.awssdk.services.databrew.model.CsvOutputOptions.Builder
-
Packages that use CsvOutputOptions.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of CsvOutputOptions.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return CsvOutputOptions.Builder Modifier and Type Method Description static CsvOutputOptions.BuilderCsvOutputOptions. builder()CsvOutputOptions.BuilderCsvOutputOptions.Builder. delimiter(String delimiter)A single character that specifies the delimiter used to create CSV job output.CsvOutputOptions.BuilderCsvOutputOptions. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type CsvOutputOptions.Builder Modifier and Type Method Description static Class<? extends CsvOutputOptions.Builder>CsvOutputOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type CsvOutputOptions.Builder Modifier and Type Method Description default OutputFormatOptions.BuilderOutputFormatOptions.Builder. csv(Consumer<CsvOutputOptions.Builder> csv)Represents a set of options that define the structure of comma-separated value (CSV) job output.
-