Class CfnAnnotationStorePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnAnnotationStorePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnnotationStorePropsMixin>
- Enclosing class:
CfnAnnotationStorePropsMixin
@Stability(Stable)
public static final class CfnAnnotationStorePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnnotationStorePropsMixin>
A fluent builder for
CfnAnnotationStorePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A description for the store.The name of the Annotation Store.The genome reference for the store's annotations.reference(IResolvable reference) The genome reference for the store's annotations.The store's server-side encryption (SSE) settings.sseConfig(IResolvable sseConfig) The store's server-side encryption (SSE) settings.storeFormat(String storeFormat) The annotation file format of the store.File parsing options for the annotation store.storeOptions(IResolvable storeOptions) File parsing options for the annotation store.Tags for the store.
-
Method Details
-
create
@Stability(Stable) public static CfnAnnotationStorePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAnnotationStorePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAnnotationStorePropsMixin.Builder.
-
description
A description for the store.- Parameters:
description- A description for the store. This parameter is required.- Returns:
this- See Also:
-
name
The name of the Annotation Store.- Parameters:
name- The name of the Annotation Store. This parameter is required.- Returns:
this- See Also:
-
reference
The genome reference for the store's annotations.- Parameters:
reference- The genome reference for the store's annotations. This parameter is required.- Returns:
this- See Also:
-
reference
@Stability(Stable) public CfnAnnotationStorePropsMixin.Builder reference(CfnAnnotationStorePropsMixin.ReferenceItemProperty reference) The genome reference for the store's annotations.- Parameters:
reference- The genome reference for the store's annotations. This parameter is required.- Returns:
this- See Also:
-
sseConfig
The store's server-side encryption (SSE) settings.- Parameters:
sseConfig- The store's server-side encryption (SSE) settings. This parameter is required.- Returns:
this- See Also:
-
sseConfig
@Stability(Stable) public CfnAnnotationStorePropsMixin.Builder sseConfig(CfnAnnotationStorePropsMixin.SseConfigProperty sseConfig) The store's server-side encryption (SSE) settings.- Parameters:
sseConfig- The store's server-side encryption (SSE) settings. This parameter is required.- Returns:
this- See Also:
-
storeFormat
The annotation file format of the store.- Parameters:
storeFormat- The annotation file format of the store. This parameter is required.- Returns:
this- See Also:
-
storeOptions
@Stability(Stable) public CfnAnnotationStorePropsMixin.Builder storeOptions(IResolvable storeOptions) File parsing options for the annotation store.- Parameters:
storeOptions- File parsing options for the annotation store. This parameter is required.- Returns:
this- See Also:
-
storeOptions
@Stability(Stable) public CfnAnnotationStorePropsMixin.Builder storeOptions(CfnAnnotationStorePropsMixin.StoreOptionsProperty storeOptions) File parsing options for the annotation store.- Parameters:
storeOptions- File parsing options for the annotation store. This parameter is required.- Returns:
this- See Also:
-
tags
Tags for the store.- Parameters:
tags- Tags for the store. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnnotationStorePropsMixin>- Returns:
- a newly built instance of
CfnAnnotationStorePropsMixin.
-