Class CfnVariantStoreMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnVariantStoreMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVariantStoreMixinProps>
- Enclosing interface:
CfnVariantStoreMixinProps
@Stability(Stable)
public static final class CfnVariantStoreMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVariantStoreMixinProps>
A builder for
CfnVariantStoreMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnVariantStoreMixinProps.getDescription()Sets the value ofCfnVariantStoreMixinProps.getName()Sets the value ofCfnVariantStoreMixinProps.getReference()reference(IResolvable reference) Sets the value ofCfnVariantStoreMixinProps.getReference()Sets the value ofCfnVariantStoreMixinProps.getSseConfig()sseConfig(IResolvable sseConfig) Sets the value ofCfnVariantStoreMixinProps.getSseConfig()Sets the value ofCfnVariantStoreMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnVariantStoreMixinProps.getDescription()- Parameters:
description- A description for the store.- Returns:
this
-
name
Sets the value ofCfnVariantStoreMixinProps.getName()- Parameters:
name- A name for the store.- Returns:
this
-
reference
Sets the value ofCfnVariantStoreMixinProps.getReference()- Parameters:
reference- The genome reference for the store's variants.- Returns:
this
-
reference
@Stability(Stable) public CfnVariantStoreMixinProps.Builder reference(CfnVariantStorePropsMixin.ReferenceItemProperty reference) Sets the value ofCfnVariantStoreMixinProps.getReference()- Parameters:
reference- The genome reference for the store's variants.- Returns:
this
-
sseConfig
Sets the value ofCfnVariantStoreMixinProps.getSseConfig()- Parameters:
sseConfig- Server-side encryption (SSE) settings for the store.- Returns:
this
-
sseConfig
@Stability(Stable) public CfnVariantStoreMixinProps.Builder sseConfig(CfnVariantStorePropsMixin.SseConfigProperty sseConfig) Sets the value ofCfnVariantStoreMixinProps.getSseConfig()- Parameters:
sseConfig- Server-side encryption (SSE) settings for the store.- Returns:
this
-
tags
Sets the value ofCfnVariantStoreMixinProps.getTags()- Parameters:
tags- Tags for the store.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVariantStoreMixinProps>- Returns:
- a new instance of
CfnVariantStoreMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-