@Stability(value=Stable) public static final class CfnTable.SSESpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.SSESpecificationProperty>
CfnTable.SSESpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.SSESpecificationProperty |
build()
Builds the configured instance.
|
CfnTable.SSESpecificationProperty.Builder |
kmsMasterKeyId(String kmsMasterKeyId)
Sets the value of
CfnTable.SSESpecificationProperty.getKmsMasterKeyId() |
CfnTable.SSESpecificationProperty.Builder |
sseEnabled(Boolean sseEnabled)
Sets the value of
CfnTable.SSESpecificationProperty.getSseEnabled() |
CfnTable.SSESpecificationProperty.Builder |
sseEnabled(IResolvable sseEnabled)
Sets the value of
CfnTable.SSESpecificationProperty.getSseEnabled() |
CfnTable.SSESpecificationProperty.Builder |
sseType(String sseType)
Sets the value of
CfnTable.SSESpecificationProperty.getSseType() |
@Stability(value=Stable) public CfnTable.SSESpecificationProperty.Builder sseEnabled(Boolean sseEnabled)
CfnTable.SSESpecificationProperty.getSseEnabled()sseEnabled - Indicates whether server-side encryption is done using an AWS managed key or an AWS owned key. This parameter is required.
If enabled (true), server-side encryption type is set to KMS and an AWS managed key is used ( AWS KMS charges apply). If disabled (false) or not specified, server-side encryption is set to AWS owned key.this@Stability(value=Stable) public CfnTable.SSESpecificationProperty.Builder sseEnabled(IResolvable sseEnabled)
CfnTable.SSESpecificationProperty.getSseEnabled()sseEnabled - Indicates whether server-side encryption is done using an AWS managed key or an AWS owned key. This parameter is required.
If enabled (true), server-side encryption type is set to KMS and an AWS managed key is used ( AWS KMS charges apply). If disabled (false) or not specified, server-side encryption is set to AWS owned key.this@Stability(value=Stable) public CfnTable.SSESpecificationProperty.Builder kmsMasterKeyId(String kmsMasterKeyId)
CfnTable.SSESpecificationProperty.getKmsMasterKeyId()kmsMasterKeyId - The AWS KMS key that should be used for the AWS KMS encryption.
To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB key alias/aws/dynamodb .this@Stability(value=Stable) public CfnTable.SSESpecificationProperty.Builder sseType(String sseType)
CfnTable.SSESpecificationProperty.getSseType()sseType - Server-side encryption type. The only supported value is:.
KMS - Server-side encryption that uses AWS Key Management Service . The key is stored in your account and is managed by AWS KMS ( AWS KMS charges apply).this@Stability(value=Stable) public CfnTable.SSESpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.SSESpecificationProperty>CfnTable.SSESpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.