@Generated(value="software.amazon.awssdk:codegen") public final class DeleteColumnStatisticsForTableRequest extends GlueRequest implements ToCopyableBuilder<DeleteColumnStatisticsForTableRequest.Builder,DeleteColumnStatisticsForTableRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteColumnStatisticsForTableRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteColumnStatisticsForTableRequest.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog where the partitions in question reside.
|
String |
columnName()
The name of the column.
|
String |
databaseName()
The name of the catalog database where the partitions reside.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteColumnStatisticsForTableRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the partitions' table.
|
DeleteColumnStatisticsForTableRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
public final String databaseName()
The name of the catalog database where the partitions reside.
public final String tableName()
The name of the partitions' table.
public final String columnName()
The name of the column.
public DeleteColumnStatisticsForTableRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteColumnStatisticsForTableRequest.Builder,DeleteColumnStatisticsForTableRequest>toBuilder in class GlueRequestpublic static DeleteColumnStatisticsForTableRequest.Builder builder()
public static Class<? extends DeleteColumnStatisticsForTableRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.