Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
BackfillError |
BackfillError.clone() |
BackfillError |
BackfillError.withCode(BackfillErrorCode code)
The error code for an error that occurred when registering partition indexes for an existing table.
|
BackfillError |
BackfillError.withCode(String code)
The error code for an error that occurred when registering partition indexes for an existing table.
|
BackfillError |
BackfillError.withPartitions(Collection<PartitionValueList> partitions)
A list of a limited number of partitions in the response.
|
BackfillError |
BackfillError.withPartitions(PartitionValueList... partitions)
A list of a limited number of partitions in the response.
|
Modifier and Type | Method and Description |
---|---|
List<BackfillError> |
PartitionIndexDescriptor.getBackfillErrors()
A list of errors that can occur when registering partition indexes for an existing table.
|
Modifier and Type | Method and Description |
---|---|
PartitionIndexDescriptor |
PartitionIndexDescriptor.withBackfillErrors(BackfillError... backfillErrors)
A list of errors that can occur when registering partition indexes for an existing table.
|
Modifier and Type | Method and Description |
---|---|
void |
PartitionIndexDescriptor.setBackfillErrors(Collection<BackfillError> backfillErrors)
A list of errors that can occur when registering partition indexes for an existing table.
|
PartitionIndexDescriptor |
PartitionIndexDescriptor.withBackfillErrors(Collection<BackfillError> backfillErrors)
A list of errors that can occur when registering partition indexes for an existing table.
|
Copyright © 2021. All rights reserved.