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)
Add an optional request override configuration.
|
DeleteColumnStatisticsForTableRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DeleteColumnStatisticsForTableRequest.Builder |
tableName(String tableName)
The name of the partitions' table.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteColumnStatisticsForTableRequest.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.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteColumnStatisticsForTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.