@Generated(value="software.amazon.awssdk:codegen") public final class UploadSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<UploadSettings.Builder,UploadSettings>
Information about the format for a source file or files.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UploadSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UploadSettings.Builder |
builder() |
Boolean |
containsHeader()
Whether the file has a header row, or the files each have a header row.
|
String |
delimiter()
The delimiter between values in the file.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FileFormat |
format()
File format.
|
String |
formatAsString()
File format.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UploadSettings.Builder> |
serializableBuilderClass() |
Integer |
startFromRow()
A row number to start reading data from.
|
TextQualifier |
textQualifier()
Text qualifier.
|
String |
textQualifierAsString()
Text qualifier.
|
UploadSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final FileFormat format()
File format.
If the service returns an enum value that is not available in the current SDK version, format will
return FileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
FileFormatpublic final String formatAsString()
File format.
If the service returns an enum value that is not available in the current SDK version, format will
return FileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
formatAsString().
FileFormatpublic final Integer startFromRow()
A row number to start reading data from.
public final Boolean containsHeader()
Whether the file has a header row, or the files each have a header row.
public final TextQualifier textQualifier()
Text qualifier.
If the service returns an enum value that is not available in the current SDK version, textQualifier
will return TextQualifier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
textQualifierAsString().
TextQualifierpublic final String textQualifierAsString()
Text qualifier.
If the service returns an enum value that is not available in the current SDK version, textQualifier
will return TextQualifier.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
textQualifierAsString().
TextQualifierpublic final String delimiter()
The delimiter between values in the file.
public UploadSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UploadSettings.Builder,UploadSettings>public static UploadSettings.Builder builder()
public static Class<? extends UploadSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.