| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.backfillErrors(BackfillError... backfillErrors)
A list of errors that can occur when registering partition indexes for an existing table.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.backfillErrors(Collection<BackfillError> backfillErrors)
A list of errors that can occur when registering partition indexes for an existing table.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.backfillErrors(Consumer<BackfillError.Builder>... backfillErrors)
A list of errors that can occur when registering partition indexes for an existing table.
|
static PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.builder() |
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.indexName(String indexName)
The name of the partition index.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.indexStatus(PartitionIndexStatus indexStatus)
The status of the partition index.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.indexStatus(String indexStatus)
The status of the partition index.
|
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.keys(Collection<KeySchemaElement> keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.keys(Consumer<KeySchemaElement.Builder>... keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.Builder.keys(KeySchemaElement... keys)
A list of one or more keys, as
KeySchemaElement structures, for the partition index. |
PartitionIndexDescriptor.Builder |
PartitionIndexDescriptor.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PartitionIndexDescriptor.Builder> |
PartitionIndexDescriptor.serializableBuilderClass() |
Copyright © 2023. All rights reserved.