Class CfnAnnotationStore.StoreOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.omics.CfnAnnotationStore.StoreOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnnotationStore.StoreOptionsProperty>
- Enclosing interface:
CfnAnnotationStore.StoreOptionsProperty
@Stability(Stable)
public static final class CfnAnnotationStore.StoreOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnnotationStore.StoreOptionsProperty>
A builder for
CfnAnnotationStore.StoreOptionsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.tsvStoreOptions
(IResolvable tsvStoreOptions) Sets the value ofCfnAnnotationStore.StoreOptionsProperty.getTsvStoreOptions()
tsvStoreOptions
(CfnAnnotationStore.TsvStoreOptionsProperty tsvStoreOptions) Sets the value ofCfnAnnotationStore.StoreOptionsProperty.getTsvStoreOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tsvStoreOptions
@Stability(Stable) public CfnAnnotationStore.StoreOptionsProperty.Builder tsvStoreOptions(IResolvable tsvStoreOptions) Sets the value ofCfnAnnotationStore.StoreOptionsProperty.getTsvStoreOptions()
- Parameters:
tsvStoreOptions
- Formatting options for a TSV file. This parameter is required.- Returns:
this
-
tsvStoreOptions
@Stability(Stable) public CfnAnnotationStore.StoreOptionsProperty.Builder tsvStoreOptions(CfnAnnotationStore.TsvStoreOptionsProperty tsvStoreOptions) Sets the value ofCfnAnnotationStore.StoreOptionsProperty.getTsvStoreOptions()
- Parameters:
tsvStoreOptions
- Formatting options for a TSV file. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnnotationStore.StoreOptionsProperty>
- Returns:
- a new instance of
CfnAnnotationStore.StoreOptionsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-