public class ProvisionedThroughput
extends java.lang.Object
implements java.io.Serializable
The provisioned throughput settings for the specified table. The settings can be modified using the UpdateTable operation.
For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.
| コンストラクタと説明 |
|---|
ProvisionedThroughput() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getReadCapacityUnits()
The maximum number of strongly consistent reads consumed per second
before Amazon DynamoDB returns a ThrottlingException.
|
java.lang.Long |
getWriteCapacityUnits()
The maximum number of writes consumed per second before Amazon
DynamoDB returns a ThrottlingException.
|
int |
hashCode() |
void |
setReadCapacityUnits(java.lang.Long readCapacityUnits)
The maximum number of strongly consistent reads consumed per second
before Amazon DynamoDB returns a ThrottlingException.
|
void |
setWriteCapacityUnits(java.lang.Long writeCapacityUnits)
The maximum number of writes consumed per second before Amazon
DynamoDB returns a ThrottlingException.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ProvisionedThroughput |
withReadCapacityUnits(java.lang.Long readCapacityUnits)
The maximum number of strongly consistent reads consumed per second
before Amazon DynamoDB returns a ThrottlingException.
|
ProvisionedThroughput |
withWriteCapacityUnits(java.lang.Long writeCapacityUnits)
The maximum number of writes consumed per second before Amazon
DynamoDB returns a ThrottlingException.
|
public java.lang.Long getReadCapacityUnits()
Constraints:
Range: 1 -
public void setReadCapacityUnits(java.lang.Long readCapacityUnits)
Constraints:
Range: 1 -
readCapacityUnits - The maximum number of strongly consistent reads consumed per second
before Amazon DynamoDB returns a ThrottlingException. For more
information, see Specifying
Read and Write Requirements in the Amazon DynamoDB Developer
Guide.public ProvisionedThroughput withReadCapacityUnits(java.lang.Long readCapacityUnits)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
readCapacityUnits - The maximum number of strongly consistent reads consumed per second
before Amazon DynamoDB returns a ThrottlingException. For more
information, see Specifying
Read and Write Requirements in the Amazon DynamoDB Developer
Guide.public java.lang.Long getWriteCapacityUnits()
Constraints:
Range: 1 -
public void setWriteCapacityUnits(java.lang.Long writeCapacityUnits)
Constraints:
Range: 1 -
writeCapacityUnits - The maximum number of writes consumed per second before Amazon
DynamoDB returns a ThrottlingException. For more information,
see Specifying
Read and Write Requirements in the Amazon DynamoDB Developer
Guide.public ProvisionedThroughput withWriteCapacityUnits(java.lang.Long writeCapacityUnits)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
writeCapacityUnits - The maximum number of writes consumed per second before Amazon
DynamoDB returns a ThrottlingException. For more information,
see Specifying
Read and Write Requirements in the Amazon DynamoDB Developer
Guide.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object