public static interface DeletePartitionRequest.Builder extends GlueRequest.Builder, 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 |
partitionValues(Collection<String> partitionValues)
The values that define the partition.
|
DeletePartitionRequest.Builder |
partitionValues(String... partitionValues)
The values that define the partition.
|
DeletePartitionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DeletePartitionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
DeletePartitionRequest.Builder |
tableName(String tableName)
The name of the table where the partition to be deleted is located.
|
build
requestOverrideConfig
copy
apply, build
DeletePartitionRequest.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.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 where the partition to be deleted is located.
tableName
- The name of the table where the partition to be deleted is located.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.DeletePartitionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.