| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchDeletePartitionResponse> |
GlueAsyncClient.batchDeletePartition(Consumer<BatchDeletePartitionRequest.Builder> batchDeletePartitionRequest)
Deletes one or more partitions in a batch operation.
|
default BatchDeletePartitionResponse |
GlueClient.batchDeletePartition(Consumer<BatchDeletePartitionRequest.Builder> batchDeletePartitionRequest)
Deletes one or more partitions in a batch operation.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.builder() |
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.catalogId(String catalogId)
The ID of the Data Catalog where the partition to be deleted resides.
|
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.databaseName(String databaseName)
The name of the catalog database in which the table in question resides.
|
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.partitionsToDelete(Collection<PartitionValueList> partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.partitionsToDelete(Consumer<PartitionValueList.Builder>... partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.partitionsToDelete(PartitionValueList... partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.tableName(String tableName)
The name of the table that contains the partitions to be deleted.
|
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeletePartitionRequest.Builder> |
BatchDeletePartitionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.