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