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