Class CfnTablePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTablePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTablePropsMixin>
- Enclosing class:
CfnTablePropsMixin
@Stability(Stable)
public static final class CfnTablePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTablePropsMixin>
A fluent builder for
CfnTablePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The ID of the Data Catalog in which to create theTable.static CfnTablePropsMixin.Buildercreate()static CfnTablePropsMixin.Buildercreate(CfnPropertyMixinOptions options) databaseName(String databaseName) The name of the database where the table metadata resides.openTableFormatInput(CfnTablePropsMixin.OpenTableFormatInputProperty openTableFormatInput) Specifies anOpenTableFormatInputstructure when creating an open format table.openTableFormatInput(IResolvable openTableFormatInput) Specifies anOpenTableFormatInputstructure when creating an open format table.tableInput(CfnTablePropsMixin.TableInputProperty tableInput) A structure used to define a table.tableInput(IResolvable tableInput) A structure used to define a table.
-
Method Details
-
create
- Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTablePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTablePropsMixin.Builder.
-
catalogId
The ID of the Data Catalog in which to create theTable.- Parameters:
catalogId- The ID of the Data Catalog in which to create theTable. This parameter is required.- Returns:
this- See Also:
-
databaseName
The name of the database where the table metadata resides.For Hive compatibility, this must be all lowercase.
- Parameters:
databaseName- The name of the database where the table metadata resides. This parameter is required.- Returns:
this- See Also:
-
openTableFormatInput
@Stability(Stable) public CfnTablePropsMixin.Builder openTableFormatInput(IResolvable openTableFormatInput) Specifies anOpenTableFormatInputstructure when creating an open format table.- Parameters:
openTableFormatInput- Specifies anOpenTableFormatInputstructure when creating an open format table. This parameter is required.- Returns:
this- See Also:
-
openTableFormatInput
@Stability(Stable) public CfnTablePropsMixin.Builder openTableFormatInput(CfnTablePropsMixin.OpenTableFormatInputProperty openTableFormatInput) Specifies anOpenTableFormatInputstructure when creating an open format table.- Parameters:
openTableFormatInput- Specifies anOpenTableFormatInputstructure when creating an open format table. This parameter is required.- Returns:
this- See Also:
-
tableInput
A structure used to define a table.- Parameters:
tableInput- A structure used to define a table. This parameter is required.- Returns:
this- See Also:
-
tableInput
@Stability(Stable) public CfnTablePropsMixin.Builder tableInput(CfnTablePropsMixin.TableInputProperty tableInput) A structure used to define a table.- Parameters:
tableInput- A structure used to define a table. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTablePropsMixin>- Returns:
- a newly built instance of
CfnTablePropsMixin.
-