| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static PartitionIndex.Builder |
PartitionIndex.builder() |
PartitionIndex.Builder |
PartitionIndex.Builder.indexName(String indexName)
The name of the partition index.
|
PartitionIndex.Builder |
PartitionIndex.Builder.keys(Collection<String> keys)
The keys for the partition index.
|
PartitionIndex.Builder |
PartitionIndex.Builder.keys(String... keys)
The keys for the partition index.
|
PartitionIndex.Builder |
PartitionIndex.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PartitionIndex.Builder> |
PartitionIndex.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreatePartitionIndexRequest.Builder |
CreatePartitionIndexRequest.Builder.partitionIndex(Consumer<PartitionIndex.Builder> partitionIndex)
Specifies a
PartitionIndex structure to create a partition index in an existing table. |
Copyright © 2023. All rights reserved.