public static interface GetColumnStatisticsForTableRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetColumnStatisticsForTableRequest.Builder,GetColumnStatisticsForTableRequest>
| Modifier and Type | Method and Description |
|---|---|
GetColumnStatisticsForTableRequest.Builder |
catalogId(String catalogId)
The ID of the Data Catalog where the partitions in question reside.
|
GetColumnStatisticsForTableRequest.Builder |
columnNames(Collection<String> columnNames)
A list of the column names.
|
GetColumnStatisticsForTableRequest.Builder |
columnNames(String... columnNames)
A list of the column names.
|
GetColumnStatisticsForTableRequest.Builder |
databaseName(String databaseName)
The name of the catalog database where the partitions reside.
|
GetColumnStatisticsForTableRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetColumnStatisticsForTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetColumnStatisticsForTableRequest.Builder |
tableName(String tableName)
The name of the partitions' table.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetColumnStatisticsForTableRequest.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.GetColumnStatisticsForTableRequest.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.GetColumnStatisticsForTableRequest.Builder tableName(String tableName)
The name of the partitions' table.
tableName - The name of the partitions' table.GetColumnStatisticsForTableRequest.Builder columnNames(Collection<String> columnNames)
A list of the column names.
columnNames - A list of the column names.GetColumnStatisticsForTableRequest.Builder columnNames(String... columnNames)
A list of the column names.
columnNames - A list of the column names.GetColumnStatisticsForTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetColumnStatisticsForTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.