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