| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
TableMetadata.columns()
A list of the columns in the table.
|
List<Column> |
TableMetadata.partitionKeys()
A list of the partition keys in the table.
|
| Modifier and Type | Method and Description |
|---|---|
TableMetadata.Builder |
TableMetadata.Builder.columns(Column... columns)
A list of the columns in the table.
|
TableMetadata.Builder |
TableMetadata.Builder.partitionKeys(Column... partitionKeys)
A list of the partition keys in the table.
|
| Modifier and Type | Method and Description |
|---|---|
TableMetadata.Builder |
TableMetadata.Builder.columns(Collection<Column> columns)
A list of the columns in the table.
|
TableMetadata.Builder |
TableMetadata.Builder.partitionKeys(Collection<Column> partitionKeys)
A list of the partition keys in the table.
|
Copyright © 2023. All rights reserved.