Uses of Class
software.amazon.awscdk.services.cassandra.CfnKeyspace.Builder
Packages that use CfnKeyspace.Builder
-
Uses of CfnKeyspace.Builder in software.amazon.awscdk.services.cassandra
Methods in software.amazon.awscdk.services.cassandra that return CfnKeyspace.BuilderModifier and TypeMethodDescriptionCfnKeyspace.Builder.clientSideTimestampsEnabled
(Boolean clientSideTimestampsEnabled) Indicates whether client-side timestamps are enabled (true) or disabled (false) for all tables in the keyspace.CfnKeyspace.Builder.clientSideTimestampsEnabled
(IResolvable clientSideTimestampsEnabled) Indicates whether client-side timestamps are enabled (true) or disabled (false) for all tables in the keyspace.static CfnKeyspace.Builder
CfnKeyspace.Builder.keyspaceName
(String keyspaceName) The name of the keyspace to be created.CfnKeyspace.Builder.replicationSpecification
(IResolvable replicationSpecification) Specifies theReplicationStrategy
of a keyspace.CfnKeyspace.Builder.replicationSpecification
(CfnKeyspace.ReplicationSpecificationProperty replicationSpecification) Specifies theReplicationStrategy
of a keyspace.An array of key-value pairs to apply to this resource.