@Generated(value="software.amazon.awssdk:codegen") public final class CsvOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CsvOptions.Builder,CsvOptions>
Represents a set of options that define how DataBrew will read a comma-separated value (CSV) file when creating a dataset from that file.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CsvOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CsvOptions.Builder |
builder() |
String |
delimiter()
A single character that specifies the delimiter being used in the CSV file.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
headerRow()
A variable that specifies whether the first row in the file is parsed as the header.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CsvOptions.Builder> |
serializableBuilderClass() |
CsvOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String delimiter()
A single character that specifies the delimiter being used in the CSV file.
public final Boolean headerRow()
A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.
public CsvOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CsvOptions.Builder,CsvOptions>public static CsvOptions.Builder builder()
public static Class<? extends CsvOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.