@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 - `CfnTable.ProvisionedThroughputProperty.ReadCapacityUnits`. This parameter is required.this@Stability(value=Stable) public CfnTable.ProvisionedThroughputProperty.Builder writeCapacityUnits(Number writeCapacityUnits)
CfnTable.ProvisionedThroughputProperty.getWriteCapacityUnits()writeCapacityUnits - `CfnTable.ProvisionedThroughputProperty.WriteCapacityUnits`. This parameter is required.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 © 2021. All rights reserved.