@Stability(value=Stable) public static final class CfnGlobalTable.ReplicaSSESpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGlobalTable.ReplicaSSESpecificationProperty>
CfnGlobalTable.ReplicaSSESpecificationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGlobalTable.ReplicaSSESpecificationProperty |
build()
Builds the configured instance.
|
CfnGlobalTable.ReplicaSSESpecificationProperty.Builder |
kmsMasterKeyId(String kmsMasterKeyId)
Sets the value of
CfnGlobalTable.ReplicaSSESpecificationProperty.getKmsMasterKeyId() |
@Stability(value=Stable) public CfnGlobalTable.ReplicaSSESpecificationProperty.Builder kmsMasterKeyId(String kmsMasterKeyId)
CfnGlobalTable.ReplicaSSESpecificationProperty.getKmsMasterKeyId()kmsMasterKeyId - The AWS KMS key that should be used for the AWS KMS encryption. This parameter is required.
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 CfnGlobalTable.ReplicaSSESpecificationProperty build()
build in interface software.amazon.jsii.Builder<CfnGlobalTable.ReplicaSSESpecificationProperty>CfnGlobalTable.ReplicaSSESpecificationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.