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