public static interface DeletePartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeletePartitionRequest.Builder,DeletePartitionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeletePartitionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the partition to be deleted resides.
|
DeletePartitionRequest.Builder |
databaseName(String databaseName)
The name of the catalog database in which the table in question resides.
|
DeletePartitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeletePartitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeletePartitionRequest.Builder |
partitionValues(Collection<String> partitionValues)
The values that define the partition.
|
DeletePartitionRequest.Builder |
partitionValues(String... partitionValues)
The values that define the partition.
|
DeletePartitionRequest.Builder |
tableName(String tableName)
The name of the table that contains the partition to be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeletePartitionRequest.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.DeletePartitionRequest.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.DeletePartitionRequest.Builder tableName(String tableName)
The name of the table that contains the partition to be deleted.
tableName - The name of the table that contains the partition to be deleted.DeletePartitionRequest.Builder partitionValues(Collection<String> partitionValues)
The values that define the partition.
partitionValues - The values that define the partition.DeletePartitionRequest.Builder partitionValues(String... partitionValues)
The values that define the partition.
partitionValues - The values that define the partition.DeletePartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeletePartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.