Uses of Interface
software.amazon.awssdk.services.dynamodb.model.CsvOptions.Builder
Packages that use CsvOptions.Builder
-
Uses of CsvOptions.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return CsvOptions.BuilderModifier and TypeMethodDescriptionstatic CsvOptions.BuilderCsvOptions.builder()The delimiter used for separating items in the CSV file being imported.CsvOptions.Builder.headerList(String... headerList) List of the headers used to specify a common header for all source CSV files being imported.CsvOptions.Builder.headerList(Collection<String> headerList) List of the headers used to specify a common header for all source CSV files being imported.CsvOptions.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type CsvOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CsvOptions.Builder>CsvOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type CsvOptions.BuilderModifier and TypeMethodDescriptiondefault InputFormatOptions.BuilderInputFormatOptions.Builder.csv(Consumer<CsvOptions.Builder> csv) The options for imported source files in CSV format.