| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
StorageDescriptor.columns()
A list of the
Columns in the table. |
List<Column> |
TableInput.partitionKeys()
A list of columns by which the table is partitioned.
|
List<Column> |
Table.partitionKeys()
A list of columns by which the table is partitioned.
|
| Modifier and Type | Method and Description |
|---|---|
StorageDescriptor.Builder |
StorageDescriptor.Builder.columns(Column... columns)
A list of the
Columns in the table. |
TableInput.Builder |
TableInput.Builder.partitionKeys(Column... partitionKeys)
A list of columns by which the table is partitioned.
|
Table.Builder |
Table.Builder.partitionKeys(Column... partitionKeys)
A list of columns by which the table is partitioned.
|
| Modifier and Type | Method and Description |
|---|---|
StorageDescriptor.Builder |
StorageDescriptor.Builder.columns(Collection<Column> columns)
A list of the
Columns in the table. |
TableInput.Builder |
TableInput.Builder.partitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
Table.Builder |
Table.Builder.partitionKeys(Collection<Column> partitionKeys)
A list of columns by which the table is partitioned.
|
Copyright © 2023. All rights reserved.