Class CfnFHIRDatastorePropsMixin.SseConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnFHIRDatastorePropsMixin.SseConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFHIRDatastorePropsMixin.SseConfigurationProperty>
- Enclosing interface:
CfnFHIRDatastorePropsMixin.SseConfigurationProperty
@Stability(Stable)
public static final class CfnFHIRDatastorePropsMixin.SseConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFHIRDatastorePropsMixin.SseConfigurationProperty>
A builder for
CfnFHIRDatastorePropsMixin.SseConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.kmsEncryptionConfig(CfnFHIRDatastorePropsMixin.KmsEncryptionConfigProperty kmsEncryptionConfig) kmsEncryptionConfig(IResolvable kmsEncryptionConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsEncryptionConfig
@Stability(Stable) public CfnFHIRDatastorePropsMixin.SseConfigurationProperty.Builder kmsEncryptionConfig(IResolvable kmsEncryptionConfig) - Parameters:
kmsEncryptionConfig- The server-side encryption key configuration for a customer provided encryption key.- Returns:
this
-
kmsEncryptionConfig
@Stability(Stable) public CfnFHIRDatastorePropsMixin.SseConfigurationProperty.Builder kmsEncryptionConfig(CfnFHIRDatastorePropsMixin.KmsEncryptionConfigProperty kmsEncryptionConfig) - Parameters:
kmsEncryptionConfig- The server-side encryption key configuration for a customer provided encryption key.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFHIRDatastorePropsMixin.SseConfigurationProperty>- Returns:
- a new instance of
CfnFHIRDatastorePropsMixin.SseConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-