public static interface UpdateColumnStatisticsForPartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateColumnStatisticsForPartitionRequest.Builder,UpdateColumnStatisticsForPartitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateColumnStatisticsForPartitionRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon Web Services account ID is used by default.
catalogId - The ID of the Data Catalog where the partitions in question reside. If none is supplied, the Amazon
Web Services account ID is used by default.UpdateColumnStatisticsForPartitionRequest.Builder databaseName(String databaseName)
The name of the catalog database where the partitions reside.
databaseName - The name of the catalog database where the partitions reside.UpdateColumnStatisticsForPartitionRequest.Builder tableName(String tableName)
The name of the partitions' table.
tableName - The name of the partitions' table.UpdateColumnStatisticsForPartitionRequest.Builder partitionValues(Collection<String> partitionValues)
A list of partition values identifying the partition.
partitionValues - A list of partition values identifying the partition.UpdateColumnStatisticsForPartitionRequest.Builder partitionValues(String... partitionValues)
A list of partition values identifying the partition.
partitionValues - A list of partition values identifying the partition.UpdateColumnStatisticsForPartitionRequest.Builder columnStatisticsList(Collection<ColumnStatistics> columnStatisticsList)
A list of the column statistics.
columnStatisticsList - A list of the column statistics.UpdateColumnStatisticsForPartitionRequest.Builder columnStatisticsList(ColumnStatistics... columnStatisticsList)
A list of the column statistics.
columnStatisticsList - A list of the column statistics.UpdateColumnStatisticsForPartitionRequest.Builder columnStatisticsList(Consumer<ColumnStatistics.Builder>... columnStatisticsList)
A list of the column statistics.
This is a convenience that creates an instance of theList.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 #columnStatisticsList(List) .columnStatisticsList - a consumer that will call methods on List.Builder #columnStatisticsList(List) UpdateColumnStatisticsForPartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateColumnStatisticsForPartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.