Class CfnReferenceStore.Builder
java.lang.Object
software.amazon.awscdk.services.omics.CfnReferenceStore.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnReferenceStore>
- Enclosing class:
CfnReferenceStore
@Stability(Stable)
public static final class CfnReferenceStore.Builder
extends Object
implements software.amazon.jsii.Builder<CfnReferenceStore>
A fluent builder for
CfnReferenceStore
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static CfnReferenceStore.Builder
description
(String description) A description for the store.A name for the store.sseConfig
(IResolvable sseConfig) Server-side encryption (SSE) settings for the store.sseConfig
(CfnReferenceStore.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
CfnReferenceStore.Builder
.
-
name
A name for the store.- Parameters:
name
- A name for the store. 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 CfnReferenceStore.Builder sseConfig(CfnReferenceStore.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnReferenceStore>
- Returns:
- a newly built instance of
CfnReferenceStore
.
-