| Package | Description |
|---|---|
| software.amazon.awscdk.services.cassandra |
AWS::Cassandra Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnTable.Builder |
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 |
CfnTable.Builder.billingMode(IResolvable billingMode)
The billing mode for the table, which determines how you'll be charged for reads and writes:.
|
CfnTable.Builder |
CfnTable.Builder.clusteringKeyColumns(IResolvable clusteringKeyColumns)
One or more columns that determine how the table data is sorted.
|
CfnTable.Builder |
CfnTable.Builder.clusteringKeyColumns(List<? extends Object> clusteringKeyColumns)
One or more columns that determine how the table data is sorted.
|
static CfnTable.Builder |
CfnTable.Builder.create(software.constructs.Construct scope,
String id) |
CfnTable.Builder |
CfnTable.Builder.defaultTimeToLive(Number defaultTimeToLive)
The default Time To Live (TTL) value for all rows in a table in seconds.
|
CfnTable.Builder |
CfnTable.Builder.encryptionSpecification(CfnTable.EncryptionSpecificationProperty encryptionSpecification)
The encryption at rest options for the table.
|
CfnTable.Builder |
CfnTable.Builder.encryptionSpecification(IResolvable encryptionSpecification)
The encryption at rest options for the table.
|
CfnTable.Builder |
CfnTable.Builder.keyspaceName(String keyspaceName)
The name of the keyspace in which to create the table.
|
CfnTable.Builder |
CfnTable.Builder.partitionKeyColumns(IResolvable partitionKeyColumns)
One or more columns that uniquely identify every row in the table.
|
CfnTable.Builder |
CfnTable.Builder.partitionKeyColumns(List<? extends Object> partitionKeyColumns)
One or more columns that uniquely identify every row in the table.
|
CfnTable.Builder |
CfnTable.Builder.pointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled)
Specifies if point-in-time recovery is enabled or disabled for the table.
|
CfnTable.Builder |
CfnTable.Builder.pointInTimeRecoveryEnabled(IResolvable pointInTimeRecoveryEnabled)
Specifies if point-in-time recovery is enabled or disabled for the table.
|
CfnTable.Builder |
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.
|
CfnTable.Builder |
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 |
CfnTable.Builder.tableName(String tableName)
The name of the table to be created.
|
CfnTable.Builder |
CfnTable.Builder.tags(List<? extends CfnTag> tags)
A list of key-value pair tags to be attached to the resource.
|
Copyright © 2022. All rights reserved.