Java com.amazonaws.services.glue.model TableInput fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.glue.model TableInput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.glue.model TableInput.

The text is from its open source code.

Constructor

Method

voidsetName(String name)

The table name.

voidsetOwner(String owner)

The table owner.

voidsetParameters(java.util.Map parameters)

These key-value pairs define properties associated with the table.

voidsetPartitionKeys(java.util.Collection partitionKeys)

A list of columns by which the table is partitioned.

voidsetStorageDescriptor(StorageDescriptor storageDescriptor)

A storage descriptor containing information about the physical storage of this table.

voidsetTableType(String tableType)

The type of this table (EXTERNAL_TABLE, VIRTUAL_VIEW, etc.).