Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.glue.CfnTablePropsMixin.Builder
Packages that use CfnTablePropsMixin.Builder
-
Uses of CfnTablePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.glue
Methods in software.amazon.awscdk.cfnpropertymixins.services.glue that return CfnTablePropsMixin.BuilderModifier and TypeMethodDescriptionThe ID of the Data Catalog in which to create theTable.static CfnTablePropsMixin.BuilderCfnTablePropsMixin.Builder.create()static CfnTablePropsMixin.BuilderCfnTablePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnTablePropsMixin.Builder.databaseName(String databaseName) The name of the database where the table metadata resides.CfnTablePropsMixin.Builder.openTableFormatInput(CfnTablePropsMixin.OpenTableFormatInputProperty openTableFormatInput) Specifies anOpenTableFormatInputstructure when creating an open format table.CfnTablePropsMixin.Builder.openTableFormatInput(IResolvable openTableFormatInput) Specifies anOpenTableFormatInputstructure when creating an open format table.CfnTablePropsMixin.Builder.tableInput(CfnTablePropsMixin.TableInputProperty tableInput) A structure used to define a table.CfnTablePropsMixin.Builder.tableInput(IResolvable tableInput) A structure used to define a table.