Interface TsvStoreOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TsvStoreOptions.Builder,
,TsvStoreOptions> SdkBuilder<TsvStoreOptions.Builder,
,TsvStoreOptions> SdkPojo
- Enclosing class:
TsvStoreOptions
@Mutable
@NotThreadSafe
public static interface TsvStoreOptions.Builder
extends SdkPojo, CopyableBuilder<TsvStoreOptions.Builder,TsvStoreOptions>
-
Method Summary
Modifier and TypeMethodDescriptionannotationType
(String annotationType) The store's annotation type.annotationType
(AnnotationType annotationType) The store's annotation type.formatToHeader
(Map<FormatToHeaderKey, String> formatToHeader) The store's header key to column name mapping.formatToHeaderWithStrings
(Map<String, String> formatToHeader) The store's header key to column name mapping.schemaWithStrings
(Collection<? extends Map<String, String>> schema) The store's schema.schemaWithStrings
(Map<String, String>... schema) The store's schema.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's annotation type.
- Parameters:
annotationType
- The store's annotation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
annotationType
The store's annotation type.
- Parameters:
annotationType
- The store's annotation type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
formatToHeaderWithStrings
The store's header key to column name mapping.
- Parameters:
formatToHeader
- The store's header key to column name mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formatToHeader
The store's header key to column name mapping.
- Parameters:
formatToHeader
- The store's header key to column name mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaWithStrings
The store's schema.
- Parameters:
schema
- The store's schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaWithStrings
The store's schema.
- Parameters:
schema
- The store's schema.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-