@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 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.
public String databaseName()
The name of the catalog database where the partitions reside.
public String tableName()
The name of the partitions' table.
public 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 int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.