public class ProvisionedThroughputDescription extends Object
| Constructor and Description |
|---|
ProvisionedThroughputDescription()
Constructs a new ProvisionedThroughputDescription object.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getLastDescreaseDateTime()
Get the time of last decreasing provision throughput setting operation.
|
Date |
getLastIncreaseDateTime()
Get the time of last increasing provision throughput setting operation.
|
Integer |
getNumberOfDecreasesToday()
Get the number of decreasing provision throughput setting operation today.
|
long |
getReadCapacityUnits()
Get the number of read capacity for this table.
|
long |
getWriteCapacityUnits()
Get the number of write capacity for this table.
|
void |
setLastDescreaseDateTime(Date time)
Set the time of last decreasing provision throughput setting operation.
|
void |
setLastIncreaseDateTime(Date time)
Set the time of last increasing provision throughput setting operation.
|
void |
setNumberOfDecreasesToday(Integer count)
Set the number of decreasing provision throughput setting operation today.
|
void |
setReadCapacityUnits(Long capacity)
Set the number of read capacity for this table.
|
void |
setWriteCapacityUnits(Long capacity)
Set the number of write capacity for this table.
|
public ProvisionedThroughputDescription()
public Date getLastDescreaseDateTime()
public void setLastDescreaseDateTime(Date time)
time - The time of last decreasing provision throughput setting operation, the type is Date.public Date getLastIncreaseDateTime()
public void setLastIncreaseDateTime(Date time)
time - The time of last increasing provision throughput setting operation, the type is Date.public Integer getNumberOfDecreasesToday()
public void setNumberOfDecreasesToday(Integer count)
count - The number of decreasing provision throughput setting operation today.public long getReadCapacityUnits()
public long getWriteCapacityUnits()
public void setReadCapacityUnits(Long capacity)
capacity - The number of read capacity for this table, the type is in long type.IllegalArgumentException - if the number of write capacity is not great than 0.public void setWriteCapacityUnits(Long capacity)
capacity - The number of write capacity for this table, the type is in long type.IllegalArgumentException - if the number of write capacity is not great than 0.Copyright © 2023. All rights reserved.