@Generated(value="software.amazon.awssdk:codegen") public final class UpdateTableRequest extends GlueRequest implements ToCopyableBuilder<UpdateTableRequest.Builder,UpdateTableRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateTableRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateTableRequest.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog where the table resides.
|
String |
databaseName()
The name of the catalog database 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 UpdateTableRequest.Builder> |
serializableBuilderClass() |
Boolean |
skipArchive()
By default,
UpdateTable always creates an archived version of the table before updating it. |
TableInput |
tableInput()
An updated
TableInput object to define the metadata table in the catalog. |
UpdateTableRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
transactionId()
The transaction ID at which to update the table contents.
|
String |
versionId()
The version ID at which to update the table contents.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account ID is used by default.
public final String databaseName()
The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
public final TableInput tableInput()
An updated TableInput object to define the metadata table in the catalog.
TableInput object to define the metadata table in the catalog.public final Boolean skipArchive()
By default, UpdateTable always creates an archived version of the table before updating it. However,
if skipArchive is set to true, UpdateTable does not create the archived version.
UpdateTable always creates an archived version of the table before updating it.
However, if skipArchive is set to true, UpdateTable does not create the
archived version.public final String transactionId()
The transaction ID at which to update the table contents.
public final String versionId()
The version ID at which to update the table contents.
public UpdateTableRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateTableRequest.Builder,UpdateTableRequest>toBuilder in class GlueRequestpublic static UpdateTableRequest.Builder builder()
public static Class<? extends UpdateTableRequest.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.