public static interface UpdatePartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdatePartitionRequest.Builder,UpdatePartitionRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePartitionRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the partition to be updated resides.
|
UpdatePartitionRequest.Builder |
databaseName(String databaseName)
The name of the catalog database in which the table in question resides.
|
UpdatePartitionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdatePartitionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdatePartitionRequest.Builder |
partitionInput(Consumer<PartitionInput.Builder> partitionInput)
The new partition object to update the partition to.
|
UpdatePartitionRequest.Builder |
partitionInput(PartitionInput partitionInput)
The new partition object to update the partition to.
|
UpdatePartitionRequest.Builder |
partitionValueList(Collection<String> partitionValueList)
List of partition key values that define the partition to update.
|
UpdatePartitionRequest.Builder |
partitionValueList(String... partitionValueList)
List of partition key values that define the partition to update.
|
UpdatePartitionRequest.Builder |
tableName(String tableName)
The name of the table in which the partition to be updated is located.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdatePartitionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partition to be updated 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 updated resides. If none is provided, the Amazon
Web Services account ID is used by default.UpdatePartitionRequest.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.UpdatePartitionRequest.Builder tableName(String tableName)
The name of the table in which the partition to be updated is located.
tableName - The name of the table in which the partition to be updated is located.UpdatePartitionRequest.Builder partitionValueList(Collection<String> partitionValueList)
List of partition key values that define the partition to update.
partitionValueList - List of partition key values that define the partition to update.UpdatePartitionRequest.Builder partitionValueList(String... partitionValueList)
List of partition key values that define the partition to update.
partitionValueList - List of partition key values that define the partition to update.UpdatePartitionRequest.Builder partitionInput(PartitionInput partitionInput)
The new partition object to update the partition to.
The Values property can't be changed. If you want to change the partition key values for a
partition, delete and recreate the partition.
partitionInput - The new partition object to update the partition to.
The Values property can't be changed. If you want to change the partition key values for
a partition, delete and recreate the partition.
default UpdatePartitionRequest.Builder partitionInput(Consumer<PartitionInput.Builder> partitionInput)
The new partition object to update the partition to.
The Values property can't be changed. If you want to change the partition key values for a
partition, delete and recreate the partition.
PartitionInput.Builder avoiding the need
to create one manually via PartitionInput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to partitionInput(PartitionInput).
partitionInput - a consumer that will call methods on PartitionInput.BuilderpartitionInput(PartitionInput)UpdatePartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdatePartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.