| Modifier and Type | Method and Description |
|---|---|
CfnTable |
build() |
static CfnTable.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTable.Builder |
databaseName(String databaseName)
`AWS::Timestream::Table.DatabaseName`.
|
CfnTable.Builder |
retentionProperties(Object retentionProperties)
`AWS::Timestream::Table.RetentionProperties`.
|
CfnTable.Builder |
tableName(String tableName)
`AWS::Timestream::Table.TableName`.
|
CfnTable.Builder |
tags(List<? extends CfnTag> tags)
`AWS::Timestream::Table.Tags`.
|
@Stability(value=Stable) public static CfnTable.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnTable.Builder.@Stability(value=Stable) public CfnTable.Builder databaseName(String databaseName)
databaseName - `AWS::Timestream::Table.DatabaseName`. This parameter is required.this@Stability(value=Stable) public CfnTable.Builder retentionProperties(Object retentionProperties)
retentionProperties - `AWS::Timestream::Table.RetentionProperties`. This parameter is required.this@Stability(value=Stable) public CfnTable.Builder tableName(String tableName)
tableName - `AWS::Timestream::Table.TableName`. This parameter is required.this@Stability(value=Stable) public CfnTable.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::Timestream::Table.Tags`. This parameter is required.thisCopyright © 2021. All rights reserved.