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