Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Table |
Table.addParametersEntry(String key,
String value) |
Table |
Table.clearParametersEntries()
Removes all the entries added into Parameters.
|
Table |
Table.clone() |
Table |
TableVersion.getTable()
The table in question
|
Table |
GetTableResult.getTable()
The
Table object that defines the specified table. |
Table |
Table.withCreatedBy(String createdBy)
Person or entity who created the table.
|
Table |
Table.withCreateTime(Date createTime)
Time when the table definition was created in the Data Catalog.
|
Table |
Table.withDatabaseName(String databaseName)
Name of the metadata database where the table metadata resides.
|
Table |
Table.withDescription(String description)
Description of the table.
|
Table |
Table.withLastAccessTime(Date lastAccessTime)
Last time the table was accessed.
|
Table |
Table.withLastAnalyzedTime(Date lastAnalyzedTime)
Last time column statistics were computed for this table.
|
Table |
Table.withName(String name)
Name of the table.
|
Table |
Table.withOwner(String owner)
Owner of the table.
|
Table |
Table.withParameters(Map<String,String> parameters)
These key-value pairs define properties associated with the table.
|
Table |
Table.withPartitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
Table |
Table.withPartitionKeys(Column... partitionKeys)
A list of columns by which the table is partitioned.
|
Table |
Table.withRetention(Integer retention)
Retention time for this table.
|
Table |
Table.withStorageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
Table |
Table.withTableType(String tableType)
The type of this table (
EXTERNAL_TABLE , VIRTUAL_VIEW , etc.). |
Table |
Table.withUpdateTime(Date updateTime)
Last time the table was updated.
|
Table |
Table.withViewExpandedText(String viewExpandedText)
If the table is a view, the expanded text of the view; otherwise
null . |
Table |
Table.withViewOriginalText(String viewOriginalText)
If the table is a view, the original text of the view; otherwise
null . |
Modifier and Type | Method and Description |
---|---|
List<Table> |
GetTablesResult.getTableList()
A list of the requested
Table objects. |
Modifier and Type | Method and Description |
---|---|
void |
TableVersion.setTable(Table table)
The table in question
|
void |
GetTableResult.setTable(Table table)
The
Table object that defines the specified table. |
TableVersion |
TableVersion.withTable(Table table)
The table in question
|
GetTableResult |
GetTableResult.withTable(Table table)
The
Table object that defines the specified table. |
GetTablesResult |
GetTablesResult.withTableList(Table... tableList)
A list of the requested
Table objects. |
Modifier and Type | Method and Description |
---|---|
void |
GetTablesResult.setTableList(Collection<Table> tableList)
A list of the requested
Table objects. |
GetTablesResult |
GetTablesResult.withTableList(Collection<Table> tableList)
A list of the requested
Table objects. |
Copyright © 2019. All rights reserved.