| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchCreatePartitionResponse.Builder |
BatchCreatePartitionResponse.builder() |
BatchCreatePartitionResponse.Builder |
BatchCreatePartitionResponse.Builder.errors(Collection<PartitionError> errors)
The errors encountered when trying to create the requested partitions.
|
BatchCreatePartitionResponse.Builder |
BatchCreatePartitionResponse.Builder.errors(Consumer<PartitionError.Builder>... errors)
The errors encountered when trying to create the requested partitions.
|
BatchCreatePartitionResponse.Builder |
BatchCreatePartitionResponse.Builder.errors(PartitionError... errors)
The errors encountered when trying to create the requested partitions.
|
BatchCreatePartitionResponse.Builder |
BatchCreatePartitionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchCreatePartitionResponse.Builder> |
BatchCreatePartitionResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.