@Generated(value="software.amazon.awssdk:codegen") public final class DeleteTableVersionRequest extends GlueRequest implements ToCopyableBuilder<DeleteTableVersionRequest.Builder,DeleteTableVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteTableVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteTableVersionRequest.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog where the tables reside.
|
String |
databaseName()
The database in the catalog in which the table resides.
|
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 DeleteTableVersionRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table.
|
DeleteTableVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
The ID of the table version to be deleted.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The ID of the Data Catalog where the tables reside. If none is provided, the Amazon Web Services account ID is used by default.
public final String databaseName()
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
public final String tableName()
The name of the table. For Hive compatibility, this name is entirely lowercase.
public final String versionId()
The ID of the table version to be deleted. A VersionID is a string representation of an integer.
Each version is incremented by 1.
VersionID is a string representation of an
integer. Each version is incremented by 1.public DeleteTableVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteTableVersionRequest.Builder,DeleteTableVersionRequest>toBuilder in class GlueRequestpublic static DeleteTableVersionRequest.Builder builder()
public static Class<? extends DeleteTableVersionRequest.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.