Builder

class Builder

Properties

Link copied to clipboard

The ID of the Data Catalog in which to create the Table. If none is supplied, the Amazon Web Services account ID is used by default.

Link copied to clipboard

The catalog database in which to create the new table. For Hive compatibility, this name is entirely lowercase.

Link copied to clipboard
var name: String?

The unique identifier for the table within the specified database that will be created in the Glue Data Catalog.

Link copied to clipboard

Specifies an OpenTableFormatInput structure when creating an open format table.

Link copied to clipboard

A list of partition indexes, PartitionIndex structures, to create in the table.

Link copied to clipboard

The TableInput object that defines the metadata table to create in the catalog.

Link copied to clipboard

The ID of the transaction.

Functions

Link copied to clipboard