public static interface UpdateColumnStatisticsForTableRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<UpdateColumnStatisticsForTableRequest.Builder,UpdateColumnStatisticsForTableRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateColumnStatisticsForTableRequest.Builder catalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS account ID is used by default.
catalogId - The ID of the Data Catalog where the partitions in question reside. If none is supplied, the AWS
account ID is used by default.UpdateColumnStatisticsForTableRequest.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.UpdateColumnStatisticsForTableRequest.Builder tableName(String tableName)
The name of the partitions' table.
tableName - The name of the partitions' table.UpdateColumnStatisticsForTableRequest.Builder columnStatisticsList(Collection<ColumnStatistics> columnStatisticsList)
A list of the column statistics.
columnStatisticsList - A list of the column statistics.UpdateColumnStatisticsForTableRequest.Builder columnStatisticsList(ColumnStatistics... columnStatisticsList)
A list of the column statistics.
columnStatisticsList - A list of the column statistics.UpdateColumnStatisticsForTableRequest.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) UpdateColumnStatisticsForTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateColumnStatisticsForTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.