public static interface BatchUpdatePartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdatePartitionRequest.Builder,BatchUpdatePartitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdatePartitionRequest.Builder catalogId(String catalogId)
The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon Web Services account ID.
catalogId - The ID of the catalog in which the partition is to be updated. Currently, this should be the Amazon
Web Services account ID.BatchUpdatePartitionRequest.Builder databaseName(String databaseName)
The name of the metadata database in which the partition is to be updated.
databaseName - The name of the metadata database in which the partition is to be updated.BatchUpdatePartitionRequest.Builder tableName(String tableName)
The name of the metadata table in which the partition is to be updated.
tableName - The name of the metadata table in which the partition is to be updated.BatchUpdatePartitionRequest.Builder entries(Collection<BatchUpdatePartitionRequestEntry> entries)
A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.
entries - A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.BatchUpdatePartitionRequest.Builder entries(BatchUpdatePartitionRequestEntry... entries)
A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.
entries - A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.BatchUpdatePartitionRequest.Builder entries(Consumer<BatchUpdatePartitionRequestEntry.Builder>... entries)
A list of up to 100 BatchUpdatePartitionRequestEntry objects to update.
BatchUpdatePartitionRequestEntry.Builder avoiding the need
to create one manually via
BatchUpdatePartitionRequestEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #entries(List.
entries - a consumer that will call methods on
BatchUpdatePartitionRequestEntry.Builder#entries(java.util.Collection) BatchUpdatePartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdatePartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.