@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchDeleteTableRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
BatchDeleteTableRequest() |
Modifier and Type | Method and Description |
---|---|
BatchDeleteTableRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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 tables to delete reside.
|
List<String> |
getTablesToDelete()
A list of the table to delete.
|
String |
getTransactionId()
The transaction ID at which to delete the table contents.
|
int |
hashCode() |
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 tables to delete reside.
|
void |
setTablesToDelete(Collection<String> tablesToDelete)
A list of the table to delete.
|
void |
setTransactionId(String transactionId)
The transaction ID at which to delete the table contents.
|
String |
toString()
Returns a string representation of this object.
|
BatchDeleteTableRequest |
withCatalogId(String catalogId)
The ID of the Data Catalog where the table resides.
|
BatchDeleteTableRequest |
withDatabaseName(String databaseName)
The name of the catalog database in which the tables to delete reside.
|
BatchDeleteTableRequest |
withTablesToDelete(Collection<String> tablesToDelete)
A list of the table to delete.
|
BatchDeleteTableRequest |
withTablesToDelete(String... tablesToDelete)
A list of the table to delete.
|
BatchDeleteTableRequest |
withTransactionId(String transactionId)
The transaction ID at which to delete the table contents.
|
addHandlerContext, 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 Amazon Web Services account ID is used by default.
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 String getCatalogId()
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 BatchDeleteTableRequest withCatalogId(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.
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 void setDatabaseName(String databaseName)
The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.
databaseName
- The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name
is entirely lowercase.public String getDatabaseName()
The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.
public BatchDeleteTableRequest withDatabaseName(String databaseName)
The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name is entirely lowercase.
databaseName
- The name of the catalog database in which the tables to delete reside. For Hive compatibility, this name
is entirely lowercase.public List<String> getTablesToDelete()
A list of the table to delete.
public void setTablesToDelete(Collection<String> tablesToDelete)
A list of the table to delete.
tablesToDelete
- A list of the table to delete.public BatchDeleteTableRequest withTablesToDelete(String... tablesToDelete)
A list of the table to delete.
NOTE: This method appends the values to the existing list (if any). Use
setTablesToDelete(java.util.Collection)
or withTablesToDelete(java.util.Collection)
if you want
to override the existing values.
tablesToDelete
- A list of the table to delete.public BatchDeleteTableRequest withTablesToDelete(Collection<String> tablesToDelete)
A list of the table to delete.
tablesToDelete
- A list of the table to delete.public void setTransactionId(String transactionId)
The transaction ID at which to delete the table contents.
transactionId
- The transaction ID at which to delete the table contents.public String getTransactionId()
The transaction ID at which to delete the table contents.
public BatchDeleteTableRequest withTransactionId(String transactionId)
The transaction ID at which to delete the table contents.
transactionId
- The transaction ID at which to delete the table contents.public String toString()
toString
in class Object
Object.toString()
public BatchDeleteTableRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()