Class CfnVariantStorePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnVariantStorePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVariantStorePropsMixin>
- Enclosing class:
CfnVariantStorePropsMixin
@Stability(Stable)
public static final class CfnVariantStorePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVariantStorePropsMixin>
A fluent builder for
CfnVariantStorePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A description for the store.A name for the store.The genome reference for the store's variants.reference(IResolvable reference) The genome reference for the store's variants.Server-side encryption (SSE) settings for the store.sseConfig(IResolvable sseConfig) Server-side encryption (SSE) settings for the store.Tags for the store.
-
Method Details
-
create
@Stability(Stable) public static CfnVariantStorePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVariantStorePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVariantStorePropsMixin.Builder.
-
description
A description for the store.- Parameters:
description- A description for the store. This parameter is required.- Returns:
this- See Also:
-
name
A name for the store.- Parameters:
name- A name for the store. This parameter is required.- Returns:
this- See Also:
-
reference
The genome reference for the store's variants.- Parameters:
reference- The genome reference for the store's variants. This parameter is required.- Returns:
this- See Also:
-
reference
@Stability(Stable) public CfnVariantStorePropsMixin.Builder reference(CfnVariantStorePropsMixin.ReferenceItemProperty reference) The genome reference for the store's variants.- Parameters:
reference- The genome reference for the store's variants. This parameter is required.- Returns:
this- See Also:
-
sseConfig
Server-side encryption (SSE) settings for the store.- Parameters:
sseConfig- Server-side encryption (SSE) settings for the store. This parameter is required.- Returns:
this- See Also:
-
sseConfig
@Stability(Stable) public CfnVariantStorePropsMixin.Builder sseConfig(CfnVariantStorePropsMixin.SseConfigProperty sseConfig) Server-side encryption (SSE) settings for the store.- Parameters:
sseConfig- Server-side encryption (SSE) settings for the 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<CfnVariantStorePropsMixin>- Returns:
- a newly built instance of
CfnVariantStorePropsMixin.
-