| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
StorageDescriptor |
TableInput.storageDescriptor()
A storage descriptor containing information about the physical storage of this table.
|
StorageDescriptor |
PartitionInput.storageDescriptor()
Provides information about the physical location where the partition is stored.
|
StorageDescriptor |
Partition.storageDescriptor()
Provides information about the physical location where the partition is stored.
|
StorageDescriptor |
Table.storageDescriptor()
A storage descriptor containing information about the physical storage of this table.
|
| Modifier and Type | Method and Description |
|---|---|
TableInput.Builder |
TableInput.Builder.storageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
PartitionInput.Builder |
PartitionInput.Builder.storageDescriptor(StorageDescriptor storageDescriptor)
Provides information about the physical location where the partition is stored.
|
Partition.Builder |
Partition.Builder.storageDescriptor(StorageDescriptor storageDescriptor)
Provides information about the physical location where the partition is stored.
|
Table.Builder |
Table.Builder.storageDescriptor(StorageDescriptor storageDescriptor)
A storage descriptor containing information about the physical storage of this table.
|
Copyright © 2023. All rights reserved.