@Generated(value="software.amazon.awssdk:codegen") public final class ReadOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReadOptions.Builder,ReadOptions>
Read options for an annotation import job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReadOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReadOptions.Builder |
builder() |
String |
comment()
The file's comment character.
|
String |
encoding()
The file's encoding.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
escape()
A character for escaping quotes in the file.
|
Boolean |
escapeQuotes()
Whether quotes need to be escaped in the file.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
header()
Whether the file has a header row.
|
String |
lineSep()
A line separator for the file.
|
String |
quote()
The file's quote character.
|
Boolean |
quoteAll()
Whether all values need to be quoted, or just those that contain quotes.
|
List<SdkField<?>> |
sdkFields() |
String |
sep()
The file's field separator.
|
static Class<? extends ReadOptions.Builder> |
serializableBuilderClass() |
ReadOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sep()
The file's field separator.
public final String encoding()
The file's encoding.
public final String quote()
The file's quote character.
public final Boolean quoteAll()
Whether all values need to be quoted, or just those that contain quotes.
public final String escape()
A character for escaping quotes in the file.
public final Boolean escapeQuotes()
Whether quotes need to be escaped in the file.
public final String comment()
The file's comment character.
public final Boolean header()
Whether the file has a header row.
public final String lineSep()
A line separator for the file.
public ReadOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReadOptions.Builder,ReadOptions>public static ReadOptions.Builder builder()
public static Class<? extends ReadOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.