public class UpdateTableRequest extends Object implements Request
Users can use UpdateTable to separately change the reserved throughput, or separately change some configuration items of the table, or do both together.
| 构造器和说明 |
|---|
UpdateTableRequest() |
UpdateTableRequest(String tableName) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getOperationName() |
ReservedThroughput |
getReservedThroughputForUpdate()
Get the reserved throughput change of the table.
|
StreamSpecification |
getStreamSpecification()
Get the Stream configuration changes of the table.
|
String |
getTableName()
Get the name of the table.
|
TableOptions |
getTableOptionsForUpdate()
Get the parameter changes of the table.
|
void |
setReservedThroughputForUpdate(ReservedThroughput reservedThroughputForUpdate)
Set the reserved throughput change for the table.
|
void |
setStreamSpecification(StreamSpecification streamSpecification)
Set the Stream configuration change for the table.
|
void |
setTableName(String tableName)
Set the name of the table
|
void |
setTableOptionsForUpdate(TableOptions tableOptionsForUpdate)
Set the parameter changes for the table.
|
public UpdateTableRequest()
public UpdateTableRequest(String tableName)
public String getTableName()
public void setTableName(String tableName)
tableName - the name of the tablepublic ReservedThroughput getReservedThroughputForUpdate()
public void setReservedThroughputForUpdate(ReservedThroughput reservedThroughputForUpdate)
reservedThroughputForUpdate - The reserved throughput change for the table.public TableOptions getTableOptionsForUpdate()
public void setTableOptionsForUpdate(TableOptions tableOptionsForUpdate)
tableOptionsForUpdate - The parameter changes for the table.public String getOperationName()
getOperationName 在接口中 Requestpublic StreamSpecification getStreamSpecification()
public void setStreamSpecification(StreamSpecification streamSpecification)
streamSpecification - The Stream configuration change for the table.Copyright © 2025. All Rights Reserved.