Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
BatchUpdatePartitionFailureEntry |
BatchUpdatePartitionFailureEntry.clone() |
BatchUpdatePartitionFailureEntry |
BatchUpdatePartitionFailureEntry.withErrorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
|
BatchUpdatePartitionFailureEntry |
BatchUpdatePartitionFailureEntry.withPartitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
|
BatchUpdatePartitionFailureEntry |
BatchUpdatePartitionFailureEntry.withPartitionValueList(String... partitionValueList)
A list of values defining the partitions.
|
Modifier and Type | Method and Description |
---|---|
List<BatchUpdatePartitionFailureEntry> |
BatchUpdatePartitionResult.getErrors()
The errors encountered when trying to update the requested partitions.
|
Modifier and Type | Method and Description |
---|---|
BatchUpdatePartitionResult |
BatchUpdatePartitionResult.withErrors(BatchUpdatePartitionFailureEntry... errors)
The errors encountered when trying to update the requested partitions.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchUpdatePartitionResult.setErrors(Collection<BatchUpdatePartitionFailureEntry> errors)
The errors encountered when trying to update the requested partitions.
|
BatchUpdatePartitionResult |
BatchUpdatePartitionResult.withErrors(Collection<BatchUpdatePartitionFailureEntry> errors)
The errors encountered when trying to update the requested partitions.
|
Copyright © 2023. All rights reserved.