commonMain.aws.sdk.kotlin.services.omics.model.TsvStoreOptions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of omics-jvm Show documentation
Show all versions of omics-jvm Show documentation
The AWS SDK for Kotlin client for Omics
// Code generated by smithy-kotlin-codegen. DO NOT EDIT!
package aws.sdk.kotlin.services.omics.model
/**
* File settings for a TSV store.
*/
public class TsvStoreOptions private constructor(builder: Builder) {
/**
* The store's annotation type.
*/
public val annotationType: aws.sdk.kotlin.services.omics.model.AnnotationType? = builder.annotationType
/**
* The store's header key to column name mapping.
*/
public val formatToHeader: Map? = builder.formatToHeader
/**
* The store's schema.
*/
public val schema: List