Uses of Interface
software.amazon.awssdk.services.glue.model.BackfillError.Builder
-
Packages that use BackfillError.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BackfillError.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BackfillError.Builder Modifier and Type Method Description static BackfillError.BuilderBackfillError. builder()BackfillError.BuilderBackfillError.Builder. code(String code)The error code for an error that occurred when registering partition indexes for an existing table.BackfillError.BuilderBackfillError.Builder. code(BackfillErrorCode code)The error code for an error that occurred when registering partition indexes for an existing table.BackfillError.BuilderBackfillError.Builder. partitions(Collection<PartitionValueList> partitions)A list of a limited number of partitions in the response.BackfillError.BuilderBackfillError.Builder. partitions(Consumer<PartitionValueList.Builder>... partitions)A list of a limited number of partitions in the response.BackfillError.BuilderBackfillError.Builder. partitions(PartitionValueList... partitions)A list of a limited number of partitions in the response.BackfillError.BuilderBackfillError. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BackfillError.Builder Modifier and Type Method Description static Class<? extends BackfillError.Builder>BackfillError. serializableBuilderClass()
-