Class CfnReferenceStorePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.omics.CfnReferenceStorePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReferenceStorePropsMixin>
- Enclosing class:
CfnReferenceStorePropsMixin
@Stability(Stable)
public static final class CfnReferenceStorePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReferenceStorePropsMixin>
A fluent builder for
CfnReferenceStorePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A description for the store.A name for the store.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 CfnReferenceStorePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnReferenceStorePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnReferenceStorePropsMixin.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:
-
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 CfnReferenceStorePropsMixin.Builder sseConfig(CfnReferenceStorePropsMixin.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<CfnReferenceStorePropsMixin>- Returns:
- a newly built instance of
CfnReferenceStorePropsMixin.
-