Interface CfnAnnotationStorePropsMixin.TsvStoreOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAnnotationStorePropsMixin.TsvStoreOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnAnnotationStorePropsMixin
@Stability(Stable)
public static interface CfnAnnotationStorePropsMixin.TsvStoreOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The store's parsing options.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.omics.*;
Object schema;
TsvStoreOptionsProperty tsvStoreOptionsProperty = TsvStoreOptionsProperty.builder()
.annotationType("annotationType")
.formatToHeader(Map.of(
"formatToHeaderKey", "formatToHeader"))
.schema(schema)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAnnotationStorePropsMixin.TsvStoreOptionsPropertystatic final classAn implementation forCfnAnnotationStorePropsMixin.TsvStoreOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAnnotationType
The store's annotation type.- See Also:
-
getFormatToHeader
The store's header key to column name mapping.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
getSchema
The schema of an annotation store.- See Also:
-
builder
-