Uses of Interface
software.amazon.awscdk.services.cassandra.CfnTable.EncryptionSpecificationProperty
-
Uses of CfnTable.EncryptionSpecificationProperty in software.amazon.awscdk.services.cassandra
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnTable.EncryptionSpecificationProperty
Modifier and TypeMethodDescriptionCfnTable.EncryptionSpecificationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnTable.Builder.encryptionSpecification
(CfnTable.EncryptionSpecificationProperty encryptionSpecification) The encryption at rest options for the table.CfnTableProps.Builder.encryptionSpecification
(CfnTable.EncryptionSpecificationProperty encryptionSpecification) Sets the value ofCfnTableProps.getEncryptionSpecification()
void
CfnTable.setEncryptionSpecification
(CfnTable.EncryptionSpecificationProperty value) The encryption at rest options for the table.