Class ReadOptions
- java.lang.Object
-
- software.amazon.awssdk.services.omics.model.ReadOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ReadOptions.Builder,ReadOptions>
@Generated("software.amazon.awssdk:codegen") public final class ReadOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ReadOptions.Builder,ReadOptions>
Read options for an annotation import job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReadOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReadOptions.Builderbuilder()Stringcomment()The file's comment character.Stringencoding()The file's encoding.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringescape()A character for escaping quotes in the file.BooleanescapeQuotes()Whether quotes need to be escaped in the file.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanheader()Whether the file has a header row.StringlineSep()A line separator for the file.Stringquote()The file's quote character.BooleanquoteAll()Whether all values need to be quoted, or just those that contain quotes.List<SdkField<?>>sdkFields()Stringsep()The file's field separator.static Class<? extends ReadOptions.Builder>serializableBuilderClass()ReadOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sep
public final String sep()
The file's field separator.
- Returns:
- The file's field separator.
-
encoding
public final String encoding()
The file's encoding.
- Returns:
- The file's encoding.
-
quote
public final String quote()
The file's quote character.
- Returns:
- The file's quote character.
-
quoteAll
public final Boolean quoteAll()
Whether all values need to be quoted, or just those that contain quotes.
- Returns:
- Whether all values need to be quoted, or just those that contain quotes.
-
escape
public final String escape()
A character for escaping quotes in the file.
- Returns:
- A character for escaping quotes in the file.
-
escapeQuotes
public final Boolean escapeQuotes()
Whether quotes need to be escaped in the file.
- Returns:
- Whether quotes need to be escaped in the file.
-
comment
public final String comment()
The file's comment character.
- Returns:
- The file's comment character.
-
header
public final Boolean header()
Whether the file has a header row.
- Returns:
- Whether the file has a header row.
-
lineSep
public final String lineSep()
A line separator for the file.
- Returns:
- A line separator for the file.
-
toBuilder
public ReadOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReadOptions.Builder,ReadOptions>
-
builder
public static ReadOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReadOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-