| Package | Description |
|---|---|
| software.amazon.awscdk.services.glue |
AWS Glue Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
PartitionIndex.Jsii$Proxy
An implementation for
PartitionIndex |
| Modifier and Type | Method and Description |
|---|---|
PartitionIndex |
PartitionIndex.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default List<PartitionIndex> |
TableProps.getPartitionIndexes()
(experimental) Partition indexes on the table.
|
List<PartitionIndex> |
TableProps.Jsii$Proxy.getPartitionIndexes() |
List<PartitionIndex> |
Table.getPartitionIndexes()
(experimental) This table's partition indexes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addPartitionIndex(PartitionIndex index)
(experimental) Add a partition index to the table.
|
| Modifier and Type | Method and Description |
|---|---|
TableProps.Builder |
TableProps.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes)
Sets the value of
TableProps.getPartitionIndexes() |
Table.Builder |
Table.Builder.partitionIndexes(List<? extends PartitionIndex> partitionIndexes)
(experimental) Partition indexes on the table.
|
Copyright © 2022. All rights reserved.