Uses of Class
software.amazon.awscdk.services.cassandra.CfnTable.Builder
Packages that use CfnTable.Builder
- 
Uses of CfnTable.Builder in software.amazon.awscdk.services.cassandra
Methods in software.amazon.awscdk.services.cassandra that return CfnTable.BuilderModifier and TypeMethodDescriptionCfnTable.Builder.billingMode(IResolvable billingMode) The billing mode for the table, which determines how you'll be charged for reads and writes:.CfnTable.Builder.billingMode(CfnTable.BillingModeProperty billingMode) The billing mode for the table, which determines how you'll be charged for reads and writes:.CfnTable.Builder.clientSideTimestampsEnabled(Boolean clientSideTimestampsEnabled) Enables client-side timestamps for the table.CfnTable.Builder.clientSideTimestampsEnabled(IResolvable clientSideTimestampsEnabled) Enables client-side timestamps for the table.CfnTable.Builder.clusteringKeyColumns(List<? extends Object> clusteringKeyColumns) One or more columns that determine how the table data is sorted.CfnTable.Builder.clusteringKeyColumns(IResolvable clusteringKeyColumns) One or more columns that determine how the table data is sorted.static CfnTable.BuilderCfnTable.Builder.defaultTimeToLive(Number defaultTimeToLive) The default Time To Live (TTL) value for all rows in a table in seconds.CfnTable.Builder.encryptionSpecification(IResolvable encryptionSpecification) The encryption at rest options for the table.CfnTable.Builder.encryptionSpecification(CfnTable.EncryptionSpecificationProperty encryptionSpecification) The encryption at rest options for the table.CfnTable.Builder.keyspaceName(String keyspaceName) The name of the keyspace to create the table in.CfnTable.Builder.partitionKeyColumns(List<? extends Object> partitionKeyColumns) One or more columns that uniquely identify every row in the table.CfnTable.Builder.partitionKeyColumns(IResolvable partitionKeyColumns) One or more columns that uniquely identify every row in the table.CfnTable.Builder.pointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled) Specifies if point-in-time recovery is enabled or disabled for the table.CfnTable.Builder.pointInTimeRecoveryEnabled(IResolvable pointInTimeRecoveryEnabled) Specifies if point-in-time recovery is enabled or disabled for the table.CfnTable.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.CfnTable.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.The name of the table to be created.A list of key-value pair tags to be attached to the resource.