| Package | Description |
|---|---|
| com.amazonaws.services.omics.model |
| Modifier and Type | Method and Description |
|---|---|
TsvVersionOptions |
TsvVersionOptions.addFormatToHeaderEntry(String key,
String value)
Add a single FormatToHeader entry
|
TsvVersionOptions |
TsvVersionOptions.clearFormatToHeaderEntries()
Removes all the entries added into FormatToHeader.
|
TsvVersionOptions |
TsvVersionOptions.clone() |
TsvVersionOptions |
VersionOptions.getTsvVersionOptions()
File settings for a version of a TSV store.
|
TsvVersionOptions |
TsvVersionOptions.withAnnotationType(AnnotationType annotationType)
The store version's annotation type.
|
TsvVersionOptions |
TsvVersionOptions.withAnnotationType(String annotationType)
The store version's annotation type.
|
TsvVersionOptions |
TsvVersionOptions.withFormatToHeader(Map<String,String> formatToHeader)
The annotation store version's header key to column name mapping.
|
TsvVersionOptions |
TsvVersionOptions.withSchema(Collection<Map<String,String>> schema)
The TSV schema for an annotation store version.
|
TsvVersionOptions |
TsvVersionOptions.withSchema(Map<String,String>... schema)
The TSV schema for an annotation store version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VersionOptions.setTsvVersionOptions(TsvVersionOptions tsvVersionOptions)
File settings for a version of a TSV store.
|
VersionOptions |
VersionOptions.withTsvVersionOptions(TsvVersionOptions tsvVersionOptions)
File settings for a version of a TSV store.
|
Copyright © 2023. All rights reserved.