public static interface BatchUpdatePartitionResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdatePartitionResponse.Builder,BatchUpdatePartitionResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdatePartitionResponse.Builder |
errors(BatchUpdatePartitionFailureEntry... errors)
The errors encountered when trying to update the requested partitions.
|
BatchUpdatePartitionResponse.Builder |
errors(Collection<BatchUpdatePartitionFailureEntry> errors)
The errors encountered when trying to update the requested partitions.
|
BatchUpdatePartitionResponse.Builder |
errors(Consumer<BatchUpdatePartitionFailureEntry.Builder>... errors)
The errors encountered when trying to update the requested partitions.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdatePartitionResponse.Builder errors(Collection<BatchUpdatePartitionFailureEntry> errors)
The errors encountered when trying to update the requested partitions. A list of
BatchUpdatePartitionFailureEntry objects.
errors - The errors encountered when trying to update the requested partitions. A list of
BatchUpdatePartitionFailureEntry objects.BatchUpdatePartitionResponse.Builder errors(BatchUpdatePartitionFailureEntry... errors)
The errors encountered when trying to update the requested partitions. A list of
BatchUpdatePartitionFailureEntry objects.
errors - The errors encountered when trying to update the requested partitions. A list of
BatchUpdatePartitionFailureEntry objects.BatchUpdatePartitionResponse.Builder errors(Consumer<BatchUpdatePartitionFailureEntry.Builder>... errors)
The errors encountered when trying to update the requested partitions. A list of
BatchUpdatePartitionFailureEntry objects.
BatchUpdatePartitionFailureEntry.Builder avoiding the need
to create one manually via
BatchUpdatePartitionFailureEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
BatchUpdatePartitionFailureEntry.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.