public static interface ProvisionedThroughputDescription.Builder extends SdkPojo, CopyableBuilder<ProvisionedThroughputDescription.Builder,ProvisionedThroughputDescription>
Modifier and Type | Method and Description |
---|---|
ProvisionedThroughputDescription.Builder |
lastDecreaseDateTime(Instant lastDecreaseDateTime)
The date and time of the last provisioned throughput decrease for this table.
|
ProvisionedThroughputDescription.Builder |
lastIncreaseDateTime(Instant lastIncreaseDateTime)
The date and time of the last provisioned throughput increase for this table.
|
ProvisionedThroughputDescription.Builder |
numberOfDecreasesToday(Long numberOfDecreasesToday)
The number of provisioned throughput decreases for this table during this UTC calendar day.
|
ProvisionedThroughputDescription.Builder |
readCapacityUnits(Long readCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException . |
ProvisionedThroughputDescription.Builder |
writeCapacityUnits(Long writeCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException . |
copy
applyMutation, build
ProvisionedThroughputDescription.Builder lastIncreaseDateTime(Instant lastIncreaseDateTime)
The date and time of the last provisioned throughput increase for this table.
lastIncreaseDateTime
- The date and time of the last provisioned throughput increase for this table.ProvisionedThroughputDescription.Builder lastDecreaseDateTime(Instant lastDecreaseDateTime)
The date and time of the last provisioned throughput decrease for this table.
lastDecreaseDateTime
- The date and time of the last provisioned throughput decrease for this table.ProvisionedThroughputDescription.Builder numberOfDecreasesToday(Long numberOfDecreasesToday)
The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput decreases, see Limits in the Amazon DynamoDB Developer Guide.
numberOfDecreasesToday
- The number of provisioned throughput decreases for this table during this UTC calendar day. For
current maximums on provisioned throughput decreases, see Limits in the
Amazon DynamoDB Developer Guide.ProvisionedThroughputDescription.Builder readCapacityUnits(Long readCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
. Eventually consistent reads require less effort than strongly consistent
reads, so a setting of 50 ReadCapacityUnits
per second provides 100 eventually consistent
ReadCapacityUnits
per second.
readCapacityUnits
- The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException
. Eventually consistent reads require less effort than strongly
consistent reads, so a setting of 50 ReadCapacityUnits
per second provides 100 eventually
consistent ReadCapacityUnits
per second.ProvisionedThroughputDescription.Builder writeCapacityUnits(Long writeCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException
.
writeCapacityUnits
- The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException
.Copyright © 2019. All rights reserved.