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.Builderdescription(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
@Stability(Stable) public static CfnReferenceStore.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- 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- See Also:
-
description
A description for the store.- Parameters:
description- A description 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 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- 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<CfnReferenceStore>- Returns:
- a newly built instance of
CfnReferenceStore.
-