@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteTableVersionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteTableVersionRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteTableVersionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCatalogId()
The ID of the Data Catalog where the tables reside.
|
String |
getDatabaseName()
The database in the catalog in which the table resides.
|
String |
getTableName()
The name of the table.
|
String |
getVersionId()
The ID of the table version to be deleted.
|
int |
hashCode() |
void |
setCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
void |
setDatabaseName(String databaseName)
The database in the catalog in which the table resides.
|
void |
setTableName(String tableName)
The name of the table.
|
void |
setVersionId(String versionId)
The ID of the table version to be deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteTableVersionRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside.
|
DeleteTableVersionRequest |
withDatabaseName(String databaseName)
The database in the catalog in which the table resides.
|
DeleteTableVersionRequest |
withTableName(String tableName)
The name of the table.
|
DeleteTableVersionRequest |
withVersionId(String versionId)
The ID of the table version to be deleted.
|
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 tables reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by
default.public String getCatalogId()
The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by default.
public DeleteTableVersionRequest withCatalogId(String catalogId)
The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by default.
catalogId
- The ID of the Data Catalog where the tables reside. If none is supplied, the AWS account ID is used by
default.public void setDatabaseName(String databaseName)
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
databaseName
- The database in the catalog in which the table resides. For Hive compatibility, this name is entirely
lowercase.public String getDatabaseName()
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
public DeleteTableVersionRequest withDatabaseName(String databaseName)
The database in the catalog in which the table resides. For Hive compatibility, this name is entirely lowercase.
databaseName
- The database in the catalog in which the table resides. For Hive compatibility, this name is entirely
lowercase.public void setTableName(String tableName)
The name of the table. For Hive compatibility, this name is entirely lowercase.
tableName
- The name of the table. For Hive compatibility, this name is entirely lowercase.public String getTableName()
The name of the table. For Hive compatibility, this name is entirely lowercase.
public DeleteTableVersionRequest withTableName(String tableName)
The name of the table. For Hive compatibility, this name is entirely lowercase.
tableName
- The name of the table. For Hive compatibility, this name is entirely lowercase.public void setVersionId(String versionId)
The ID of the table version to be deleted.
versionId
- The ID of the table version to be deleted.public String getVersionId()
The ID of the table version to be deleted.
public DeleteTableVersionRequest withVersionId(String versionId)
The ID of the table version to be deleted.
versionId
- The ID of the table version to be deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteTableVersionRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2018. All rights reserved.