Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
TableInput |
TableInput.addParametersEntry(String key,
String value) |
TableInput |
TableInput.clearParametersEntries()
Removes all the entries added into Parameters.
|
TableInput |
TableInput.clone() |
TableInput |
CreateTableRequest.getTableInput()
The
TableInput object that defines the metadata table to create in the catalog. |
TableInput |
UpdateTableRequest.getTableInput()
An updated
TableInput object to define the metadata table in the catalog. |
TableInput |
TableInput.withDescription(String description)
Description of the table.
|
TableInput |
TableInput.withLastAccessTime(Date lastAccessTime)
Last time the table was accessed.
|
TableInput |
TableInput.withLastAnalyzedTime(Date lastAnalyzedTime)
Last time column statistics were computed for this table.
|
TableInput |
TableInput.withName(String name)
Name of the table.
|
TableInput |
TableInput.withOwner(String owner)
Owner of the table.
|
TableInput |
TableInput.withParameters(Map<String,String> parameters)
These key-value pairs define properties associated with the table.
|
TableInput |
TableInput.withPartitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
TableInput |
TableInput.withPartitionKeys(Column... partitionKeys)
A list of columns by which the table is partitioned.
|
TableInput |
TableInput.withRetention(Integer retention)
Retention time for this table.
|
TableInput |
TableInput.withStorageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
TableInput |
TableInput.withTableType(String tableType)
The type of this table (
EXTERNAL_TABLE , VIRTUAL_VIEW , etc.). |
TableInput |
TableInput.withViewExpandedText(String viewExpandedText)
If the table is a view, the expanded text of the view; otherwise
null . |
TableInput |
TableInput.withViewOriginalText(String viewOriginalText)
If the table is a view, the original text of the view; otherwise
null . |
Modifier and Type | Method and Description |
---|---|
void |
CreateTableRequest.setTableInput(TableInput tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
void |
UpdateTableRequest.setTableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
CreateTableRequest |
CreateTableRequest.withTableInput(TableInput tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
UpdateTableRequest |
UpdateTableRequest.withTableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
Copyright © 2019. All rights reserved.