public class UpdateTableRequest extends AbstractBceRequest
| Constructor and Description |
|---|
UpdateTableRequest()
Constructs a new UpdateTableRequest object.
|
UpdateTableRequest(String name)
Constructs a new UpdateTableRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
ProvisionedThroughput |
getProvisionedThroughput()
Get the ProvisionedThroughput object used to set provisioned throughput for updating table from this object.
|
String |
getTableName()
Get the name of table from this object.
|
void |
setProvisionedThroughput(ProvisionedThroughput provision)
Set provisioned throughput for updating table.
|
void |
setTableName(String tableName)
Set the name of table for this object.
|
String |
toString()
Return a string representation of request information.
|
UpdateTableRequest |
withProvisionedThroughput(ProvisionedThroughput provision)
Set provisioned throughput for updating table.
|
UpdateTableRequest |
withRequestCredentials(BceCredentials credentials) |
UpdateTableRequest |
withTableName(String tableName)
Set the name of table for this object.
|
getRequestCredentials, setRequestCredentialspublic UpdateTableRequest()
public UpdateTableRequest(String name)
name - The name of table to be updated.public void setTableName(String tableName)
tableName - The name of table set for this object.public UpdateTableRequest withTableName(String tableName)
tableName - The name of table set for this object.public String getTableName()
public void setProvisionedThroughput(ProvisionedThroughput provision)
provision - The ProvisionedThroughput object used to set provisioned throughput for updating table.public UpdateTableRequest withProvisionedThroughput(ProvisionedThroughput provision)
provision - The ProvisionedThroughput object used to set provisioned throughput for updating table.public ProvisionedThroughput getProvisionedThroughput()
public String toString()
public UpdateTableRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2022. All rights reserved.