Class CfnVariantStore.Builder
java.lang.Object
software.amazon.awscdk.services.omics.CfnVariantStore.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVariantStore>
- Enclosing class:
- CfnVariantStore
@Stability(Stable)
public static final class CfnVariantStore.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVariantStore>
A fluent builder for
CfnVariantStore.-
Method Summary
Modifier and TypeMethodDescriptionbuild()static CfnVariantStore.Builderdescription(String description) A description for the store.A name for the store.reference(IResolvable reference) The genome reference for the store's variants.reference(CfnVariantStore.ReferenceItemProperty reference) The genome reference for the store's variants.sseConfig(IResolvable sseConfig) Server-side encryption (SSE) settings for the store.sseConfig(CfnVariantStore.SseConfigProperty sseConfig) Server-side encryption (SSE) settings for the store.Tags for the store.
-
Method Details
-
create
- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
- Returns:
- a new instance of
CfnVariantStore.Builder.
-
name
A name for the store.- Parameters:
name- A name for the store. This parameter is required.- Returns:
this
-
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
-
reference
@Stability(Stable) public CfnVariantStore.Builder reference(CfnVariantStore.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
-
description
A description for the store.- Parameters:
description- A description for the store. This parameter is required.- Returns:
this
-
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
-
sseConfig
@Stability(Stable) public CfnVariantStore.Builder sseConfig(CfnVariantStore.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
-
tags
Tags for the store.- Parameters:
tags- Tags for the store. This parameter is required.- Returns:
this
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVariantStore>- Returns:
- a newly built instance of
CfnVariantStore.
-