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.
List.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2020. All rights reserved.