public class ProvisionedThroughput extends Object
| Constructor and Description |
|---|
ProvisionedThroughput()
Constructs a new ProvisionThroughput object.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
getReadCapacityUnits()
Get the number of read capacity for this table.
|
Long |
getWriteCapacityUnits()
Get the number of write capacity for this table.
|
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.
|
protected Object |
toJsonObj() |
String |
toString()
Return a string representation of the object.
|
ProvisionedThroughput |
withReadCapacityUnits(Long capacity)
Set the number of read capacity for this table.
|
ProvisionedThroughput |
withWriteCapacityUnits(Long capacity)
Set the number of write capacity for this table.
|
public ProvisionedThroughput()
public Long getReadCapacityUnits()
public ProvisionedThroughput withReadCapacityUnits(Long capacity)
capacity - The number of read capacity for this table, the type is in long type.public void setReadCapacityUnits(Long capacity)
capacity - The number of read capacity for this table, the type is in long type.public ProvisionedThroughput withWriteCapacityUnits(Long capacity)
capacity - The number of write capacity for this table, the type is in long type.public void setWriteCapacityUnits(Long capacity)
capacity - The number of write capacity for this table, the type is in long type.public Long getWriteCapacityUnits()
public String toString()
protected Object toJsonObj()
Copyright © 2022. All rights reserved.