public static interface ProvisionedThroughput.Builder extends CopyableBuilder<ProvisionedThroughput.Builder,ProvisionedThroughput>
| Modifier and Type | Method and Description |
|---|---|
ProvisionedThroughput.Builder |
readCapacityUnits(Long readCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. |
ProvisionedThroughput.Builder |
writeCapacityUnits(Long writeCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. |
copyapply, buildProvisionedThroughput.Builder readCapacityUnits(Long readCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
readCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.ProvisionedThroughput.Builder writeCapacityUnits(Long writeCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.
For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.
writeCapacityUnits - The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.