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