public static interface BatchDeletePartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchDeletePartitionRequest.Builder,BatchDeletePartitionRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeletePartitionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the partition to be deleted resides.
|
BatchDeletePartitionRequest.Builder |
databaseName(String databaseName)
The name of the catalog database in which the table in question resides.
|
BatchDeletePartitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeletePartitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDeletePartitionRequest.Builder |
partitionsToDelete(Collection<PartitionValueList> partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchDeletePartitionRequest.Builder |
partitionsToDelete(Consumer<PartitionValueList.Builder>... partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchDeletePartitionRequest.Builder |
partitionsToDelete(PartitionValueList... partitionsToDelete)
A list of
PartitionInput structures that define the partitions to be deleted. |
BatchDeletePartitionRequest.Builder |
tableName(String tableName)
The name of the table that contains the partitions to be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeletePartitionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the partition to be deleted resides. If none is provided, the Amazon
Web Services account ID is used by default.BatchDeletePartitionRequest.Builder databaseName(String databaseName)
The name of the catalog database in which the table in question resides.
databaseName - The name of the catalog database in which the table in question resides.BatchDeletePartitionRequest.Builder tableName(String tableName)
The name of the table that contains the partitions to be deleted.
tableName - The name of the table that contains the partitions to be deleted.BatchDeletePartitionRequest.Builder partitionsToDelete(Collection<PartitionValueList> partitionsToDelete)
A list of PartitionInput structures that define the partitions to be deleted.
partitionsToDelete - A list of PartitionInput structures that define the partitions to be deleted.BatchDeletePartitionRequest.Builder partitionsToDelete(PartitionValueList... partitionsToDelete)
A list of PartitionInput structures that define the partitions to be deleted.
partitionsToDelete - A list of PartitionInput structures that define the partitions to be deleted.BatchDeletePartitionRequest.Builder partitionsToDelete(Consumer<PartitionValueList.Builder>... partitionsToDelete)
A list of PartitionInput structures that define the partitions to be deleted.
PartitionValueList.Builder avoiding the need to create one
manually via PartitionValueList.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #partitionsToDelete(List.
partitionsToDelete - a consumer that will call methods on
PartitionValueList.Builder#partitionsToDelete(java.util.Collection) BatchDeletePartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDeletePartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.