@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 - `CfnTable.EncryptionSpecificationProperty.EncryptionType`. This parameter is required.this@Stability(value=Stable) public CfnTable.EncryptionSpecificationProperty.Builder kmsKeyIdentifier(String kmsKeyIdentifier)
CfnTable.EncryptionSpecificationProperty.getKmsKeyIdentifier()kmsKeyIdentifier - `CfnTable.EncryptionSpecificationProperty.KmsKeyIdentifier`.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 © 2021. All rights reserved.