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