| Modifier and Type | Method and Description |
|---|---|
CfnTable |
build() |
CfnTable.Builder |
catalogId(String catalogId)
The ID of the Data Catalog in which to create the `Table` .
|
static CfnTable.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTable.Builder |
databaseName(String databaseName)
The name of the database where the table metadata resides.
|
CfnTable.Builder |
tableInput(CfnTable.TableInputProperty tableInput)
A structure used to define a table.
|
CfnTable.Builder |
tableInput(IResolvable tableInput)
A structure used to define a table.
|
@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.ColumnProperty.Builder.@Stability(value=Stable) public CfnTable.Builder catalogId(String catalogId)
If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog in which to create the `Table` . This parameter is required.this@Stability(value=Stable) public CfnTable.Builder databaseName(String databaseName)
For Hive compatibility, this must be all lowercase.
databaseName - The name of the database where the table metadata resides. This parameter is required.this@Stability(value=Stable) public CfnTable.Builder tableInput(CfnTable.TableInputProperty tableInput)
tableInput - A structure used to define a table. This parameter is required.this@Stability(value=Stable) public CfnTable.Builder tableInput(IResolvable tableInput)
tableInput - A structure used to define a table. This parameter is required.thisCopyright © 2022. All rights reserved.