构造器和说明 |
---|
UpdateTableRequest() |
UpdateTableRequest(String tableName) |
限定符和类型 | 方法和说明 |
---|---|
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
在接口中 Request
public StreamSpecification getStreamSpecification()
public void setStreamSpecification(StreamSpecification streamSpecification)
streamSpecification
- 表的Stream配置变更。Copyright © 2019. All Rights Reserved.