Uses of Class
software.amazon.awscdk.services.dynamodb.CfnTable.SSESpecificationProperty.Builder
-
Uses of CfnTable.SSESpecificationProperty.Builder in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionCfnTable.SSESpecificationProperty.builder()
CfnTable.SSESpecificationProperty.Builder.kmsMasterKeyId
(String kmsMasterKeyId) Sets the value ofCfnTable.SSESpecificationProperty.getKmsMasterKeyId()
CfnTable.SSESpecificationProperty.Builder.sseEnabled
(Boolean sseEnabled) Sets the value ofCfnTable.SSESpecificationProperty.getSseEnabled()
CfnTable.SSESpecificationProperty.Builder.sseEnabled
(IResolvable sseEnabled) Sets the value ofCfnTable.SSESpecificationProperty.getSseEnabled()
Sets the value ofCfnTable.SSESpecificationProperty.getSseType()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.SSESpecificationProperty.Builder
.