Uses of Interface
software.amazon.awscdk.services.cassandra.CfnTable.CdcSpecificationProperty
Packages that use CfnTable.CdcSpecificationProperty
-
Uses of CfnTable.CdcSpecificationProperty in software.amazon.awscdk.services.cassandra
Classes in software.amazon.awscdk.services.cassandra that implement CfnTable.CdcSpecificationPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnTable.CdcSpecificationProperty
Methods in software.amazon.awscdk.services.cassandra that return CfnTable.CdcSpecificationPropertyModifier and TypeMethodDescriptionCfnTable.CdcSpecificationProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.cassandra with parameters of type CfnTable.CdcSpecificationPropertyModifier and TypeMethodDescriptionCfnTable.Builder.cdcSpecification
(CfnTable.CdcSpecificationProperty cdcSpecification) The settings for the CDC stream of a table.CfnTableProps.Builder.cdcSpecification
(CfnTable.CdcSpecificationProperty cdcSpecification) Sets the value ofCfnTableProps.getCdcSpecification()
void
CfnTable.setCdcSpecification
(CfnTable.CdcSpecificationProperty value) The settings for the CDC stream of a table.