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 that creates an instance of theList.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 #partitions(List) .partitions - a consumer that will call methods on List.Builder #partitions(List) Copyright © 2021. All rights reserved.