@Stability(value=Stable) public static final class CfnTable.EncryptionSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.EncryptionSpecificationProperty>
CfnTable.EncryptionSpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.EncryptionSpecificationProperty |
build()
Builds the configured instance.
|
CfnTable.EncryptionSpecificationProperty.Builder |
encryptionType(String encryptionType)
Sets the value of
CfnTable.EncryptionSpecificationProperty.getEncryptionType() |
CfnTable.EncryptionSpecificationProperty.Builder |
kmsKeyIdentifier(String kmsKeyIdentifier)
Sets the value of
CfnTable.EncryptionSpecificationProperty.getKmsKeyIdentifier() |
@Stability(value=Stable) public CfnTable.EncryptionSpecificationProperty.Builder encryptionType(String encryptionType)
CfnTable.EncryptionSpecificationProperty.getEncryptionType()encryptionType - The encryption at rest options for the table. This parameter is required.
AWS_OWNED_KMS_KEYCUSTOMER_MANAGED_KMS_KEY
If you choose
CUSTOMER_MANAGED_KMS_KEY, akms_key_identifierin the format of a key ARN is required.
Valid values: CUSTOMER_MANAGED_KMS_KEY | AWS_OWNED_KMS_KEY .
this@Stability(value=Stable) public CfnTable.EncryptionSpecificationProperty.Builder kmsKeyIdentifier(String kmsKeyIdentifier)
CfnTable.EncryptionSpecificationProperty.getKmsKeyIdentifier()kmsKeyIdentifier - Requires a `kms_key_identifier` in the format of a key ARN.this@Stability(value=Stable) public CfnTable.EncryptionSpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.EncryptionSpecificationProperty>CfnTable.EncryptionSpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.