@Stability(value=Stable) public static final class CfnFHIRDatastore.KmsEncryptionConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFHIRDatastore.KmsEncryptionConfigProperty>
CfnFHIRDatastore.KmsEncryptionConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFHIRDatastore.KmsEncryptionConfigProperty |
build()
Builds the configured instance.
|
CfnFHIRDatastore.KmsEncryptionConfigProperty.Builder |
cmkType(String cmkType)
Sets the value of
CfnFHIRDatastore.KmsEncryptionConfigProperty.getCmkType() |
CfnFHIRDatastore.KmsEncryptionConfigProperty.Builder |
kmsKeyId(String kmsKeyId)
Sets the value of
CfnFHIRDatastore.KmsEncryptionConfigProperty.getKmsKeyId() |
@Stability(value=Stable) public CfnFHIRDatastore.KmsEncryptionConfigProperty.Builder cmkType(String cmkType)
CfnFHIRDatastore.KmsEncryptionConfigProperty.getCmkType()cmkType - The type of customer-managed-key(CMK) used for encryption. This parameter is required.
The two types of supported CMKs are customer owned CMKs and Amazon owned CMKs. For more information on CMK types, see KmsEncryptionConfig .this@Stability(value=Stable) public CfnFHIRDatastore.KmsEncryptionConfigProperty.Builder kmsKeyId(String kmsKeyId)
CfnFHIRDatastore.KmsEncryptionConfigProperty.getKmsKeyId()kmsKeyId - The KMS encryption key id/alias used to encrypt the Data Store contents at rest.this@Stability(value=Stable) public CfnFHIRDatastore.KmsEncryptionConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnFHIRDatastore.KmsEncryptionConfigProperty>CfnFHIRDatastore.KmsEncryptionConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.