@Stability(value=Stable) public static final class CfnTableProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTableProps>
CfnTableProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTableProps |
build()
Builds the configured instance.
|
CfnTableProps.Builder |
databaseName(String databaseName)
Sets the value of
CfnTableProps.getDatabaseName() |
CfnTableProps.Builder |
retentionProperties(Object retentionProperties)
Sets the value of
CfnTableProps.getRetentionProperties() |
CfnTableProps.Builder |
tableName(String tableName)
Sets the value of
CfnTableProps.getTableName() |
CfnTableProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnTableProps.getTags() |
@Stability(value=Stable) public CfnTableProps.Builder databaseName(String databaseName)
CfnTableProps.getDatabaseName()databaseName - `AWS::Timestream::Table.DatabaseName`. This parameter is required.this@Stability(value=Stable) public CfnTableProps.Builder retentionProperties(Object retentionProperties)
CfnTableProps.getRetentionProperties()retentionProperties - `AWS::Timestream::Table.RetentionProperties`.this@Stability(value=Stable) public CfnTableProps.Builder tableName(String tableName)
CfnTableProps.getTableName()tableName - `AWS::Timestream::Table.TableName`.this@Stability(value=Stable) public CfnTableProps.Builder tags(List<? extends CfnTag> tags)
CfnTableProps.getTags()tags - `AWS::Timestream::Table.Tags`.this@Stability(value=Stable) public CfnTableProps build()
build in interface software.amazon.jsii.Builder<CfnTableProps>CfnTablePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.