@Stability(value=Stable) public static final class CfnTable.ProvisionedThroughputProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnTable.ProvisionedThroughputProperty>
CfnTable.ProvisionedThroughputProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.ProvisionedThroughputProperty |
build()
Builds the configured instance.
|
CfnTable.ProvisionedThroughputProperty.Builder |
readCapacityUnits(Number readCapacityUnits)
Sets the value of
CfnTable.ProvisionedThroughputProperty.getReadCapacityUnits() |
CfnTable.ProvisionedThroughputProperty.Builder |
writeCapacityUnits(Number writeCapacityUnits)
Sets the value of
CfnTable.ProvisionedThroughputProperty.getWriteCapacityUnits() |
@Stability(value=Stable) public CfnTable.ProvisionedThroughputProperty.Builder readCapacityUnits(Number readCapacityUnits)
CfnTable.ProvisionedThroughputProperty.getReadCapacityUnits()readCapacityUnits - The maximum number of strongly consistent reads consumed per second before DynamoDB returns a `ThrottlingException` . This parameter is required.
For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide .
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
this@Stability(value=Stable) public CfnTable.ProvisionedThroughputProperty.Builder writeCapacityUnits(Number writeCapacityUnits)
CfnTable.ProvisionedThroughputProperty.getWriteCapacityUnits()writeCapacityUnits - The maximum number of writes consumed per second before DynamoDB returns a `ThrottlingException` . This parameter is required.
For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide .
If read/write capacity mode is PAY_PER_REQUEST the value is set to 0.
this@Stability(value=Stable) public CfnTable.ProvisionedThroughputProperty build()
build in interface software.amazon.jsii.Builder<CfnTable.ProvisionedThroughputProperty>CfnTable.ProvisionedThroughputPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.