| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static BackfillError.Builder |
BackfillError.builder() |
BackfillError.Builder |
BackfillError.Builder.code(BackfillErrorCode code)
The error code for an error that occurred when registering partition indexes for an existing table.
|
BackfillError.Builder |
BackfillError.Builder.code(String code)
The error code for an error that occurred when registering partition indexes for an existing table.
|
BackfillError.Builder |
BackfillError.Builder.partitions(Collection<PartitionValueList> partitions)
A list of a limited number of partitions in the response.
|
BackfillError.Builder |
BackfillError.Builder.partitions(Consumer<PartitionValueList.Builder>... partitions)
A list of a limited number of partitions in the response.
|
BackfillError.Builder |
BackfillError.Builder.partitions(PartitionValueList... partitions)
A list of a limited number of partitions in the response.
|
BackfillError.Builder |
BackfillError.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BackfillError.Builder> |
BackfillError.serializableBuilderClass() |
Copyright © 2023. All rights reserved.