Interface TsvVersionOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TsvVersionOptions.Builder,
,TsvVersionOptions> SdkBuilder<TsvVersionOptions.Builder,
,TsvVersionOptions> SdkPojo
- Enclosing class:
TsvVersionOptions
@Mutable
@NotThreadSafe
public static interface TsvVersionOptions.Builder
extends SdkPojo, CopyableBuilder<TsvVersionOptions.Builder,TsvVersionOptions>
-
Method Summary
Modifier and TypeMethodDescriptionannotationType
(String annotationType) The store version's annotation type.annotationType
(AnnotationType annotationType) The store version's annotation type.formatToHeader
(Map<FormatToHeaderKey, String> formatToHeader) The annotation store version's header key to column name mapping.formatToHeaderWithStrings
(Map<String, String> formatToHeader) The annotation store version's header key to column name mapping.schemaWithStrings
(Collection<? extends Map<String, String>> schema) The TSV schema for an annotation store version.schemaWithStrings
(Map<String, String>... schema) The TSV schema for an annotation store version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
annotationType
The store version's annotation type.
- Parameters:
annotationType
- The store version's annotation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
annotationType
The store version's annotation type.
- Parameters:
annotationType
- The store version's annotation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
formatToHeaderWithStrings
The annotation store version's header key to column name mapping.
- Parameters:
formatToHeader
- The annotation store version's header key to column name mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formatToHeader
The annotation store version's header key to column name mapping.
- Parameters:
formatToHeader
- The annotation store version's header key to column name mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaWithStrings
The TSV schema for an annotation store version.
- Parameters:
schema
- The TSV schema for an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaWithStrings
The TSV schema for an annotation store version.
- Parameters:
schema
- The TSV schema for an annotation store version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-