Uses of Interface
software.amazon.awssdk.services.glue.model.BatchCreatePartitionResponse.Builder
-
Packages that use BatchCreatePartitionResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of BatchCreatePartitionResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return BatchCreatePartitionResponse.Builder Modifier and Type Method Description static BatchCreatePartitionResponse.BuilderBatchCreatePartitionResponse. builder()BatchCreatePartitionResponse.BuilderBatchCreatePartitionResponse.Builder. errors(Collection<PartitionError> errors)The errors encountered when trying to create the requested partitions.BatchCreatePartitionResponse.BuilderBatchCreatePartitionResponse.Builder. errors(Consumer<PartitionError.Builder>... errors)The errors encountered when trying to create the requested partitions.BatchCreatePartitionResponse.BuilderBatchCreatePartitionResponse.Builder. errors(PartitionError... errors)The errors encountered when trying to create the requested partitions.BatchCreatePartitionResponse.BuilderBatchCreatePartitionResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type BatchCreatePartitionResponse.Builder Modifier and Type Method Description static Class<? extends BatchCreatePartitionResponse.Builder>BatchCreatePartitionResponse. serializableBuilderClass()
-