|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.moladb.model.UpdateTableRequest
public class UpdateTableRequest
Represents the input of a UpdateTable operation.
| Constructor Summary | |
|---|---|
UpdateTableRequest()
Constructs a new UpdateTableRequest object. |
|
UpdateTableRequest(String name)
Constructs a new UpdateTableRequest object. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.baidubce.model.AbstractBceRequest |
|---|
getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateTableRequest()
public UpdateTableRequest(String name)
name - The name of table to be updated.| Method Detail |
|---|
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()
toString in class Objectpublic UpdateTableRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequest
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||