public static interface TsvVersionOptions.Builder extends SdkPojo, CopyableBuilder<TsvVersionOptions.Builder,TsvVersionOptions>
| Modifier and Type | Method and Description |
|---|---|
TsvVersionOptions.Builder |
annotationType(AnnotationType annotationType)
The store version's annotation type.
|
TsvVersionOptions.Builder |
annotationType(String annotationType)
The store version's annotation type.
|
TsvVersionOptions.Builder |
formatToHeader(Map<FormatToHeaderKey,String> formatToHeader)
The annotation store version's header key to column name mapping.
|
TsvVersionOptions.Builder |
formatToHeaderWithStrings(Map<String,String> formatToHeader)
The annotation store version's header key to column name mapping.
|
TsvVersionOptions.Builder |
schemaWithStrings(Collection<? extends Map<String,String>> schema)
The TSV schema for an annotation store version.
|
TsvVersionOptions.Builder |
schemaWithStrings(Map<String,String>... schema)
The TSV schema for an annotation store version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTsvVersionOptions.Builder annotationType(String annotationType)
The store version's annotation type.
annotationType - The store version's annotation type.AnnotationType,
AnnotationTypeTsvVersionOptions.Builder annotationType(AnnotationType annotationType)
The store version's annotation type.
annotationType - The store version's annotation type.AnnotationType,
AnnotationTypeTsvVersionOptions.Builder formatToHeaderWithStrings(Map<String,String> formatToHeader)
The annotation store version's header key to column name mapping.
formatToHeader - The annotation store version's header key to column name mapping.TsvVersionOptions.Builder formatToHeader(Map<FormatToHeaderKey,String> formatToHeader)
The annotation store version's header key to column name mapping.
formatToHeader - The annotation store version's header key to column name mapping.TsvVersionOptions.Builder schemaWithStrings(Collection<? extends Map<String,String>> schema)
The TSV schema for an annotation store version.
schema - The TSV schema for an annotation store version.TsvVersionOptions.Builder schemaWithStrings(Map<String,String>... schema)
The TSV schema for an annotation store version.
schema - The TSV schema for an annotation store version.Copyright © 2023. All rights reserved.