Modifier and Type | Method and Description |
---|---|
CfnTable |
build() |
CfnTable.Builder |
catalogId(java.lang.String catalogId)
The ID of the Data Catalog in which to create the `Table` .
|
static CfnTable.Builder |
create(Construct scope,
java.lang.String id) |
CfnTable.Builder |
databaseName(java.lang.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.
|
public static CfnTable.Builder create(Construct scope, java.lang.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
.public CfnTable.Builder catalogId(java.lang.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
public CfnTable.Builder databaseName(java.lang.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
public CfnTable.Builder tableInput(IResolvable tableInput)
tableInput
- A structure used to define a table. This parameter is required.this
public CfnTable.Builder tableInput(CfnTable.TableInputProperty tableInput)
tableInput
- A structure used to define a table. This parameter is required.this
public CfnTable build()