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 AWS account ID.
catalogId - The ID of the catalog in which the partition is to be updated. Currently, this should be the AWS
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.
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 #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) BatchUpdatePartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdatePartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.