Builder

class Builder

Properties

Link copied to clipboard

The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.

Link copied to clipboard

The name of the database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.

Link copied to clipboard
var name: String?

The name of the table for which to retrieve the definition. For Hive compatibility, this name is entirely lowercase.

Link copied to clipboard

The time as of when to read the table contents. If not set, the most recent transaction commit time will be used. Cannot be specified along with TransactionId.

Link copied to clipboard

The transaction ID at which to read the table contents.