| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static TableInput.Builder |
TableInput.builder() |
TableInput.Builder |
TableInput.Builder.description(String description)
A description of the table.
|
TableInput.Builder |
TableInput.Builder.lastAccessTime(Instant lastAccessTime)
The last time that the table was accessed.
|
TableInput.Builder |
TableInput.Builder.lastAnalyzedTime(Instant lastAnalyzedTime)
The last time that column statistics were computed for this table.
|
TableInput.Builder |
TableInput.Builder.name(String name)
The table name.
|
TableInput.Builder |
TableInput.Builder.owner(String owner)
The table owner.
|
TableInput.Builder |
TableInput.Builder.parameters(Map<String,String> parameters)
These key-value pairs define properties associated with the table.
|
TableInput.Builder |
TableInput.Builder.partitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
TableInput.Builder |
TableInput.Builder.partitionKeys(Column... partitionKeys)
A list of columns by which the table is partitioned.
|
TableInput.Builder |
TableInput.Builder.partitionKeys(Consumer<Column.Builder>... partitionKeys)
A list of columns by which the table is partitioned.
|
TableInput.Builder |
TableInput.Builder.retention(Integer retention)
The retention time for this table.
|
default TableInput.Builder |
TableInput.Builder.storageDescriptor(Consumer<StorageDescriptor.Builder> storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
TableInput.Builder |
TableInput.Builder.storageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
TableInput.Builder |
TableInput.Builder.tableType(String tableType)
The type of this table.
|
default TableInput.Builder |
TableInput.Builder.targetTable(Consumer<TableIdentifier.Builder> targetTable)
A
TableIdentifier structure that describes a target table for resource linking. |
TableInput.Builder |
TableInput.Builder.targetTable(TableIdentifier targetTable)
A
TableIdentifier structure that describes a target table for resource linking. |
TableInput.Builder |
TableInput.toBuilder() |
TableInput.Builder |
TableInput.Builder.viewExpandedText(String viewExpandedText)
Included for Apache Hive compatibility.
|
TableInput.Builder |
TableInput.Builder.viewOriginalText(String viewOriginalText)
Included for Apache Hive compatibility.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TableInput.Builder> |
TableInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateTableRequest.Builder |
UpdateTableRequest.Builder.tableInput(Consumer<TableInput.Builder> tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
default CreateTableRequest.Builder |
CreateTableRequest.Builder.tableInput(Consumer<TableInput.Builder> tableInput)
The
TableInput object that defines the metadata table to create in the catalog. |
Copyright © 2023. All rights reserved.