@Generated(value="software.amazon.awssdk:codegen") public final class GetTableVersionRequest extends GlueRequest implements ToCopyableBuilder<GetTableVersionRequest.Builder,GetTableVersionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetTableVersionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetTableVersionRequest.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 GetTableVersionRequest.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table.
|
GetTableVersionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
versionId()
The ID value of the table version to be retrieved.
|
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 value of the table version to be retrieved. 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 GetTableVersionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetTableVersionRequest.Builder,GetTableVersionRequest>toBuilder in class GlueRequestpublic static GetTableVersionRequest.Builder builder()
public static Class<? extends GetTableVersionRequest.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.