public static interface BackfillError.Builder extends SdkPojo, CopyableBuilder<BackfillError.Builder,BackfillError>
| Modifier and Type | Method and Description |
|---|---|
BackfillError.Builder |
code(BackfillErrorCode code)
The error code for an error that occurred when registering partition indexes for an existing table.
|
BackfillError.Builder |
code(String code)
The error code for an error that occurred when registering partition indexes for an existing table.
|
BackfillError.Builder |
partitions(Collection<PartitionValueList> partitions)
A list of a limited number of partitions in the response.
|
BackfillError.Builder |
partitions(Consumer<PartitionValueList.Builder>... partitions)
A list of a limited number of partitions in the response.
|
BackfillError.Builder |
partitions(PartitionValueList... partitions)
A list of a limited number of partitions in the response.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackfillError.Builder code(String code)
The error code for an error that occurred when registering partition indexes for an existing table.
code - The error code for an error that occurred when registering partition indexes for an existing table.BackfillErrorCode,
BackfillErrorCodeBackfillError.Builder code(BackfillErrorCode code)
The error code for an error that occurred when registering partition indexes for an existing table.
code - The error code for an error that occurred when registering partition indexes for an existing table.BackfillErrorCode,
BackfillErrorCodeBackfillError.Builder partitions(Collection<PartitionValueList> partitions)
A list of a limited number of partitions in the response.
partitions - A list of a limited number of partitions in the response.BackfillError.Builder partitions(PartitionValueList... partitions)
A list of a limited number of partitions in the response.
partitions - A list of a limited number of partitions in the response.BackfillError.Builder partitions(Consumer<PartitionValueList.Builder>... partitions)
A list of a limited number of partitions in the response.
This is a convenience method that creates an instance of thePartitionValueList.Builder avoiding the need to create one
manually via PartitionValueList.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #partitions(List.
partitions - a consumer that will call methods on
PartitionValueList.Builder#partitions(java.util.Collection) Copyright © 2023. All rights reserved.