@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.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String catalogId()
The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
public String databaseName()
The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
public 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 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 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 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.