Class CfnGlobalTable.ReplicaSSESpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.dynamodb.CfnGlobalTable.ReplicaSSESpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnGlobalTable.ReplicaSSESpecificationProperty>
- Enclosing interface:
CfnGlobalTable.ReplicaSSESpecificationProperty
@Stability(Stable)
public static final class CfnGlobalTable.ReplicaSSESpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnGlobalTable.ReplicaSSESpecificationProperty>
A builder for
CfnGlobalTable.ReplicaSSESpecificationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.kmsMasterKeyId
(String kmsMasterKeyId) Sets the value ofCfnGlobalTable.ReplicaSSESpecificationProperty.getKmsMasterKeyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsMasterKeyId
@Stability(Stable) public CfnGlobalTable.ReplicaSSESpecificationProperty.Builder kmsMasterKeyId(String kmsMasterKeyId) Sets the value ofCfnGlobalTable.ReplicaSSESpecificationProperty.getKmsMasterKeyId()
- Parameters:
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 keyalias/aws/dynamodb
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnGlobalTable.ReplicaSSESpecificationProperty>
- Returns:
- a new instance of
CfnGlobalTable.ReplicaSSESpecificationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-