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