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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
BatchDeletePartitionRequest.Builder |
BatchDeletePartitionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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() |
|