Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.cassandra.CfnTableMixinProps.Builder
Packages that use CfnTableMixinProps.Builder
-
Uses of CfnTableMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.cassandra
Methods in software.amazon.awscdk.cfnpropertymixins.services.cassandra that return CfnTableMixinProps.BuilderModifier and TypeMethodDescriptionCfnTableMixinProps.Builder.autoScalingSpecifications(CfnTablePropsMixin.AutoScalingSpecificationProperty autoScalingSpecifications) Sets the value ofCfnTableMixinProps.getAutoScalingSpecifications()CfnTableMixinProps.Builder.autoScalingSpecifications(IResolvable autoScalingSpecifications) Sets the value ofCfnTableMixinProps.getAutoScalingSpecifications()CfnTableMixinProps.Builder.billingMode(CfnTablePropsMixin.BillingModeProperty billingMode) Sets the value ofCfnTableMixinProps.getBillingMode()CfnTableMixinProps.Builder.billingMode(IResolvable billingMode) Sets the value ofCfnTableMixinProps.getBillingMode()static CfnTableMixinProps.BuilderCfnTableMixinProps.builder()CfnTableMixinProps.Builder.cdcSpecification(CfnTablePropsMixin.CdcSpecificationProperty cdcSpecification) Sets the value ofCfnTableMixinProps.getCdcSpecification()CfnTableMixinProps.Builder.cdcSpecification(IResolvable cdcSpecification) Sets the value ofCfnTableMixinProps.getCdcSpecification()CfnTableMixinProps.Builder.clientSideTimestampsEnabled(Boolean clientSideTimestampsEnabled) Sets the value ofCfnTableMixinProps.getClientSideTimestampsEnabled()CfnTableMixinProps.Builder.clientSideTimestampsEnabled(IResolvable clientSideTimestampsEnabled) Sets the value ofCfnTableMixinProps.getClientSideTimestampsEnabled()CfnTableMixinProps.Builder.clusteringKeyColumns(List<? extends Object> clusteringKeyColumns) Sets the value ofCfnTableMixinProps.getClusteringKeyColumns()CfnTableMixinProps.Builder.clusteringKeyColumns(IResolvable clusteringKeyColumns) Sets the value ofCfnTableMixinProps.getClusteringKeyColumns()CfnTableMixinProps.Builder.defaultTimeToLive(Number defaultTimeToLive) Sets the value ofCfnTableMixinProps.getDefaultTimeToLive()CfnTableMixinProps.Builder.encryptionSpecification(CfnTablePropsMixin.EncryptionSpecificationProperty encryptionSpecification) Sets the value ofCfnTableMixinProps.getEncryptionSpecification()CfnTableMixinProps.Builder.encryptionSpecification(IResolvable encryptionSpecification) Sets the value ofCfnTableMixinProps.getEncryptionSpecification()CfnTableMixinProps.Builder.keyspaceName(String keyspaceName) Sets the value ofCfnTableMixinProps.getKeyspaceName()CfnTableMixinProps.Builder.partitionKeyColumns(List<? extends Object> partitionKeyColumns) Sets the value ofCfnTableMixinProps.getPartitionKeyColumns()CfnTableMixinProps.Builder.partitionKeyColumns(IResolvable partitionKeyColumns) Sets the value ofCfnTableMixinProps.getPartitionKeyColumns()CfnTableMixinProps.Builder.pointInTimeRecoveryEnabled(Boolean pointInTimeRecoveryEnabled) Sets the value ofCfnTableMixinProps.getPointInTimeRecoveryEnabled()CfnTableMixinProps.Builder.pointInTimeRecoveryEnabled(IResolvable pointInTimeRecoveryEnabled) Sets the value ofCfnTableMixinProps.getPointInTimeRecoveryEnabled()CfnTableMixinProps.Builder.regularColumns(List<? extends Object> regularColumns) Sets the value ofCfnTableMixinProps.getRegularColumns()CfnTableMixinProps.Builder.regularColumns(IResolvable regularColumns) Sets the value ofCfnTableMixinProps.getRegularColumns()CfnTableMixinProps.Builder.replicaSpecifications(List<? extends Object> replicaSpecifications) Sets the value ofCfnTableMixinProps.getReplicaSpecifications()CfnTableMixinProps.Builder.replicaSpecifications(IResolvable replicaSpecifications) Sets the value ofCfnTableMixinProps.getReplicaSpecifications()Sets the value ofCfnTableMixinProps.getTableName()Sets the value ofCfnTableMixinProps.getTags()CfnTableMixinProps.Builder.warmThroughput(CfnTablePropsMixin.WarmThroughputProperty warmThroughput) Sets the value ofCfnTableMixinProps.getWarmThroughput()CfnTableMixinProps.Builder.warmThroughput(IResolvable warmThroughput) Sets the value ofCfnTableMixinProps.getWarmThroughput()Constructors in software.amazon.awscdk.cfnpropertymixins.services.cassandra with parameters of type CfnTableMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnTableMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTableMixinProps.Builder.