Class CfnVariantStorePropsMixin.SseConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.omics.mixins.CfnVariantStorePropsMixin.SseConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVariantStorePropsMixin.SseConfigProperty>
- Enclosing interface:
CfnVariantStorePropsMixin.SseConfigProperty
@Stability(Stable)
public static final class CfnVariantStorePropsMixin.SseConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVariantStorePropsMixin.SseConfigProperty>
A builder for
CfnVariantStorePropsMixin.SseConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnVariantStorePropsMixin.SseConfigProperty.getKeyArn()Sets the value ofCfnVariantStorePropsMixin.SseConfigProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
keyArn
Sets the value ofCfnVariantStorePropsMixin.SseConfigProperty.getKeyArn()- Parameters:
keyArn- An encryption key ARN.- Returns:
this
-
type
Sets the value ofCfnVariantStorePropsMixin.SseConfigProperty.getType()- Parameters:
type- The encryption type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVariantStorePropsMixin.SseConfigProperty>- Returns:
- a new instance of
CfnVariantStorePropsMixin.SseConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-