public class DeleteTableRequest extends AbstractBceRequest
| Constructor and Description |
|---|
DeleteTableRequest()
Constructs a new DeleteTableRequest object.
|
DeleteTableRequest(String tableName)
Constructs a new DeleteTableRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTableName()
Get the name of the table to be deleted.
|
void |
setTableName(String tableName)
Set the name of the table to be deleted.
|
DeleteTableRequest |
withRequestCredentials(BceCredentials credentials) |
DeleteTableRequest |
withTableName(String tableName)
Set the name of the table to be deleted.
|
getRequestCredentials, setRequestCredentialspublic DeleteTableRequest()
public DeleteTableRequest(String tableName)
tableName - The name of the table to be deleted.public DeleteTableRequest withTableName(String tableName)
tableName - The name of the table to be deleted.public void setTableName(String tableName)
tableName - The name of the table to be deleted.public String getTableName()
public DeleteTableRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2024. All rights reserved.