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