@Generated(value="software.amazon.awssdk:codegen") public final class DelimitedTextImportOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DelimitedTextImportOptions.Builder,DelimitedTextImportOptions>
An object that contains the options relating to parsing delimited text as part of an import request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DelimitedTextImportOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DelimitedTextImportOptions.Builder |
builder() |
ImportDataCharacterEncoding |
dataCharacterEncoding()
The encoding of the data in the input file.
|
String |
dataCharacterEncodingAsString()
The encoding of the data in the input file.
|
String |
delimiter()
The delimiter to use for separating columns in a single row of the input.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
hasHeaderRow()
Indicates whether the input file has a header row at the top containing the column names.
|
Boolean |
ignoreEmptyRows()
A parameter to indicate whether empty rows should be ignored or be included in the import.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DelimitedTextImportOptions.Builder> |
serializableBuilderClass() |
DelimitedTextImportOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String delimiter()
The delimiter to use for separating columns in a single row of the input.
public Boolean hasHeaderRow()
Indicates whether the input file has a header row at the top containing the column names.
public Boolean ignoreEmptyRows()
A parameter to indicate whether empty rows should be ignored or be included in the import.
public ImportDataCharacterEncoding dataCharacterEncoding()
The encoding of the data in the input file.
If the service returns an enum value that is not available in the current SDK version,
dataCharacterEncoding will return ImportDataCharacterEncoding.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from dataCharacterEncodingAsString().
ImportDataCharacterEncodingpublic String dataCharacterEncodingAsString()
The encoding of the data in the input file.
If the service returns an enum value that is not available in the current SDK version,
dataCharacterEncoding will return ImportDataCharacterEncoding.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from dataCharacterEncodingAsString().
ImportDataCharacterEncodingpublic DelimitedTextImportOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DelimitedTextImportOptions.Builder,DelimitedTextImportOptions>public static DelimitedTextImportOptions.Builder builder()
public static Class<? extends DelimitedTextImportOptions.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.