public static interface BatchUpdatePartitionFailureEntry.Builder extends SdkPojo, CopyableBuilder<BatchUpdatePartitionFailureEntry.Builder,BatchUpdatePartitionFailureEntry>
| Modifier and Type | Method and Description |
|---|---|
default BatchUpdatePartitionFailureEntry.Builder |
errorDetail(Consumer<ErrorDetail.Builder> errorDetail)
The details about the batch update partition error.
|
BatchUpdatePartitionFailureEntry.Builder |
errorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
|
BatchUpdatePartitionFailureEntry.Builder |
partitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
|
BatchUpdatePartitionFailureEntry.Builder |
partitionValueList(String... partitionValueList)
A list of values defining the partitions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdatePartitionFailureEntry.Builder partitionValueList(Collection<String> partitionValueList)
A list of values defining the partitions.
partitionValueList - A list of values defining the partitions.BatchUpdatePartitionFailureEntry.Builder partitionValueList(String... partitionValueList)
A list of values defining the partitions.
partitionValueList - A list of values defining the partitions.BatchUpdatePartitionFailureEntry.Builder errorDetail(ErrorDetail errorDetail)
The details about the batch update partition error.
errorDetail - The details about the batch update partition error.default BatchUpdatePartitionFailureEntry.Builder errorDetail(Consumer<ErrorDetail.Builder> errorDetail)
The details about the batch update partition error.
This is a convenience method that creates an instance of theErrorDetail.Builder avoiding the need to
create one manually via ErrorDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to errorDetail(ErrorDetail).
errorDetail - a consumer that will call methods on ErrorDetail.BuildererrorDetail(ErrorDetail)Copyright © 2023. All rights reserved.