Uses of Class
software.amazon.awscdk.services.timestream.CfnTableProps.Builder
-
Uses of CfnTableProps.Builder in software.amazon.awscdk.services.timestream
Modifier and TypeMethodDescriptionstatic CfnTableProps.Builder
CfnTableProps.builder()
CfnTableProps.Builder.databaseName
(String databaseName) Sets the value ofCfnTableProps.getDatabaseName()
CfnTableProps.Builder.magneticStoreWriteProperties
(IResolvable magneticStoreWriteProperties) Sets the value ofCfnTableProps.getMagneticStoreWriteProperties()
CfnTableProps.Builder.magneticStoreWriteProperties
(CfnTable.MagneticStoreWritePropertiesProperty magneticStoreWriteProperties) Sets the value ofCfnTableProps.getMagneticStoreWriteProperties()
CfnTableProps.Builder.retentionProperties
(IResolvable retentionProperties) Sets the value ofCfnTableProps.getRetentionProperties()
CfnTableProps.Builder.retentionProperties
(CfnTable.RetentionPropertiesProperty retentionProperties) Sets the value ofCfnTableProps.getRetentionProperties()
Sets the value ofCfnTableProps.getTableName()
Sets the value ofCfnTableProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTableProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTableProps.Builder
.