@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 amount of read capacity that's provisioned for the table. This parameter is required.
For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .this@Stability(value=Stable) public CfnTable.ProvisionedThroughputProperty.Builder writeCapacityUnits(Number writeCapacityUnits)
CfnTable.ProvisionedThroughputProperty.getWriteCapacityUnits()writeCapacityUnits - The amount of write capacity that's provisioned for the table. This parameter is required.
For more information, see Read/write capacity mode in the Amazon Keyspaces Developer Guide .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.