Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cassandra.CfnTablePropsMixin.Builder
Packages that use CfnTablePropsMixin.Builder
-
Uses of CfnTablePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.cassandra
Methods in software.amazon.awscdk.cfnpropertymixins.services.cassandra that return CfnTablePropsMixin.BuilderModifier and TypeMethodDescriptionCfnTablePropsMixin.Builder.autoScalingSpecifications(CfnTablePropsMixin.AutoScalingSpecificationProperty autoScalingSpecifications) The optional auto scaling capacity settings for a table in provisioned capacity mode.CfnTablePropsMixin.Builder.autoScalingSpecifications(IResolvable autoScalingSpecifications) The optional auto scaling capacity settings for a table in provisioned capacity mode.CfnTablePropsMixin.Builder.billingMode(CfnTablePropsMixin.BillingModeProperty billingMode) The billing mode for the table, which determines how you'll be charged for reads and writes:.CfnTablePropsMixin.Builder.billingMode(IResolvable billingMode) The billing mode for the table, which determines how you'll be charged for reads and writes:.CfnTablePropsMixin.Builder.cdcSpecification(CfnTablePropsMixin.CdcSpecificationProperty cdcSpecification) The settings for the CDC stream of a table.CfnTablePropsMixin.Builder.cdcSpecification(IResolvable cdcSpecification) The settings for the CDC stream of a table.CfnTablePropsMixin.Builder.clientSideTimestampsEnabled(Boolean clientSideTimestampsEnabled) Enables client-side timestamps for the table.CfnTablePropsMixin.Builder.clientSideTimestampsEnabled(IResolvable clientSideTimestampsEnabled) Enables client-side timestamps for the table.CfnTablePropsMixin.Builder.clusteringKeyColumns(List<? extends Object> clusteringKeyColumns) One or more columns that determine how the table data is sorted.CfnTablePropsMixin.Builder.clusteringKeyColumns(IResolvable clusteringKeyColumns) One or more columns that determine how the table data is sorted.static CfnTablePropsMixin.BuilderCfnTablePropsMixin.Builder.create()static CfnTablePropsMixin.BuilderCfnTablePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTablePropsMixin.Builder.defaultTimeToLive(Number defaultTimeToLive) The default Time To Live (TTL) value for all rows in a table in seconds.CfnTablePropsMixin.Builder.encryptionSpecification(CfnTablePropsMixin.EncryptionSpecificationProperty encryptionSpecification) The encryption at rest options for the table.CfnTablePropsMixin.Builder.encryptionSpecification(IResolvable encryptionSpecification) The encryption at rest options for the table.CfnTablePropsMixin.Builder.keyspaceName(String keyspaceName) The name of the keyspace to create the table in.CfnTablePropsMixin.Builder.partitionKeyColumns(List<? extends Object> partitionKeyColumns) One or more columns that uniquely identify every row in the table.CfnTablePropsMixin.Builder.partitionKeyColumns(IResolvable partitionKeyColumns) One or more columns that uniquely identify every row in the table.CfnTablePropsMixin.Builder.pointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled) Specifies if point-in-time recovery is enabled or disabled for the table.CfnTablePropsMixin.Builder.pointInTimeRecoveryEnabled(IResolvable pointInTimeRecoveryEnabled) Specifies if point-in-time recovery is enabled or disabled for the table.CfnTablePropsMixin.Builder.regularColumns(List<? extends Object> regularColumns) One or more columns that are not part of the primary key - that is, columns that are not defined as partition key columns or clustering key columns.CfnTablePropsMixin.Builder.regularColumns(IResolvable regularColumns) One or more columns that are not part of the primary key - that is, columns that are not defined as partition key columns or clustering key columns.CfnTablePropsMixin.Builder.replicaSpecifications(List<? extends Object> replicaSpecifications) The AWS Region specific settings of a multi-Region table.CfnTablePropsMixin.Builder.replicaSpecifications(IResolvable replicaSpecifications) The AWS Region specific settings of a multi-Region table.The name of the table to be created.An array of key-value pairs to apply to this resource.CfnTablePropsMixin.Builder.warmThroughput(CfnTablePropsMixin.WarmThroughputProperty warmThroughput) Warm throughput configuration for the table.CfnTablePropsMixin.Builder.warmThroughput(IResolvable warmThroughput) Warm throughput configuration for the table.