Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.timestream.CfnTablePropsMixin.Builder
Packages that use CfnTablePropsMixin.Builder
-
Uses of CfnTablePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.timestream
Methods in software.amazon.awscdk.cfnpropertymixins.services.timestream that return CfnTablePropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnTablePropsMixin.BuilderCfnTablePropsMixin.Builder.create()static CfnTablePropsMixin.BuilderCfnTablePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTablePropsMixin.Builder.databaseName(String databaseName) The name of the Timestream database that contains this table.CfnTablePropsMixin.Builder.databaseName(IDatabaseRef databaseName) The name of the Timestream database that contains this table.CfnTablePropsMixin.Builder.magneticStoreWriteProperties(Object magneticStoreWriteProperties) Contains properties to set on the table when enabling magnetic store writes.CfnTablePropsMixin.Builder.retentionProperties(Object retentionProperties) The retention duration for the memory store and magnetic store.CfnTablePropsMixin.Builder.schema(CfnTablePropsMixin.SchemaProperty schema) The schema of the table.CfnTablePropsMixin.Builder.schema(IResolvable schema) The schema of the table.The name of the Timestream table.The tags to add to the table.