| Constructor and Description |
|---|
UpdateTableRequest() |
UpdateTableRequest(String tableName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getOperationName() |
ReservedThroughput |
getReservedThroughputForUpdate()
获取表的预留吞吐量变更。
|
StreamSpecification |
getStreamSpecification()
获取表的Stream配置变更。
|
String |
getTableName()
获取表的名称。
|
TableOptions |
getTableOptionsForUpdate()
获取表的参数更改。
|
void |
setReservedThroughputForUpdate(ReservedThroughput reservedThroughputForUpdate)
设置表的预留吞吐量变更。
|
void |
setStreamSpecification(StreamSpecification streamSpecification)
设置表的Stream配置变更。
|
void |
setTableName(String tableName)
设置表的名称
|
void |
setTableOptionsForUpdate(TableOptions tableOptionsForUpdate)
设置表的参数更改。
|
public UpdateTableRequest()
public UpdateTableRequest(String tableName)
public String getTableName()
public void setTableName(String tableName)
tableName - 表的名称public ReservedThroughput getReservedThroughputForUpdate()
public void setReservedThroughputForUpdate(ReservedThroughput reservedThroughputForUpdate)
reservedThroughputForUpdate - 表的预留吞吐量更改。public TableOptions getTableOptionsForUpdate()
public void setTableOptionsForUpdate(TableOptions tableOptionsForUpdate)
tableOptionsForUpdate - 表的参数更改。public String getOperationName()
getOperationName in interface Requestpublic StreamSpecification getStreamSpecification()
public void setStreamSpecification(StreamSpecification streamSpecification)
streamSpecification - 表的Stream配置变更。Copyright © 2024. All Rights Reserved.