public static interface DeleteColumnStatisticsForPartitionRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<DeleteColumnStatisticsForPartitionRequest.Builder,DeleteColumnStatisticsForPartitionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteColumnStatisticsForPartitionRequest.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.DeleteColumnStatisticsForPartitionRequest.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.DeleteColumnStatisticsForPartitionRequest.Builder tableName(String tableName)
The name of the partitions' table.
tableName - The name of the partitions' table.DeleteColumnStatisticsForPartitionRequest.Builder partitionValues(Collection<String> partitionValues)
A list of partition values identifying the partition.
partitionValues - A list of partition values identifying the partition.DeleteColumnStatisticsForPartitionRequest.Builder partitionValues(String... partitionValues)
A list of partition values identifying the partition.
partitionValues - A list of partition values identifying the partition.DeleteColumnStatisticsForPartitionRequest.Builder columnName(String columnName)
Name of the column.
columnName - Name of the column.DeleteColumnStatisticsForPartitionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteColumnStatisticsForPartitionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.