public static interface BatchDeletePartitionRequest.Builder extends GlueRequest.Builder, 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 |
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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
BatchDeletePartitionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
BatchDeletePartitionRequest.Builder |
tableName(String tableName)
The name of the table where the partitions to be deleted is located.
|
buildrequestOverrideConfigcopyapply, buildBatchDeletePartitionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partition to be deleted resides. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog where the partition to be deleted resides. If none is supplied, the AWS
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 where the partitions to be deleted is located.
tableName - The name of the table where the partitions to be deleted is located.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.
List.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #partitionsToDelete(List) .partitionsToDelete - a consumer that will call methods on List.Builder #partitionsToDelete(List) BatchDeletePartitionRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.BatchDeletePartitionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.