@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateTableRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog where the table resides.
|
String |
getDatabaseName()
The name of the catalog database in which the table resides.
|
Boolean |
getSkipArchive()
By default,
UpdateTable always creates an archived version of the table before updating it. |
TableInput |
getTableInput()
An updated
TableInput object to define the metadata table in the catalog. |
int |
hashCode() |
Boolean |
isSkipArchive()
By default,
UpdateTable always creates an archived version of the table before updating it. |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
void |
setDatabaseName(String databaseName)
The name of the catalog database in which the table resides.
|
void |
setSkipArchive(Boolean skipArchive)
By default,
UpdateTable always creates an archived version of the table before updating it. |
void |
setTableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
String |
toString()
Returns a string representation of this object.
|
UpdateTableRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
UpdateTableRequest |
withDatabaseName(String databaseName)
The name of the catalog database in which the table resides.
|
UpdateTableRequest |
withSkipArchive(Boolean skipArchive)
By default,
UpdateTable always creates an archived version of the table before updating it. |
UpdateTableRequest |
withTableInput(TableInput tableInput)
An updated
TableInput object to define the metadata table in the catalog. |
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCatalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
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 getCatalogId()
The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
public UpdateTableRequest withCatalogId(String catalogId)
The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the table resides. If none is provided, the AWS account ID is used by
default.public void setDatabaseName(String databaseName)
The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
databaseName
- The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely
lowercase.public String getDatabaseName()
The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
public UpdateTableRequest withDatabaseName(String databaseName)
The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely lowercase.
databaseName
- The name of the catalog database in which the table resides. For Hive compatibility, this name is entirely
lowercase.public void setTableInput(TableInput tableInput)
An updated TableInput
object to define the metadata table in the catalog.
tableInput
- An updated TableInput
object to define the metadata table in the catalog.public TableInput getTableInput()
An updated TableInput
object to define the metadata table in the catalog.
TableInput
object to define the metadata table in the catalog.public UpdateTableRequest withTableInput(TableInput tableInput)
An updated TableInput
object to define the metadata table in the catalog.
tableInput
- An updated TableInput
object to define the metadata table in the catalog.public void setSkipArchive(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.
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.public Boolean getSkipArchive()
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 withSkipArchive(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.
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.public Boolean isSkipArchive()
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 String toString()
toString
in class Object
Object.toString()
public UpdateTableRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2019. All rights reserved.