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