| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnTable.ProvisionedThroughputProperty |
CfnTable.ProvisionedThroughputProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
CfnTableProps.Builder |
CfnTableProps.Builder.provisionedThroughput(CfnTable.ProvisionedThroughputProperty provisionedThroughput)
Sets the value of
CfnTableProps.getProvisionedThroughput() |
CfnTable.GlobalSecondaryIndexProperty.Builder |
CfnTable.GlobalSecondaryIndexProperty.Builder.provisionedThroughput(CfnTable.ProvisionedThroughputProperty provisionedThroughput)
Sets the value of
CfnTable.GlobalSecondaryIndexProperty.getProvisionedThroughput() |
CfnTable.Builder |
CfnTable.Builder.provisionedThroughput(CfnTable.ProvisionedThroughputProperty provisionedThroughput)
Throughput for the specified table, which consists of values for `ReadCapacityUnits` and `WriteCapacityUnits` .
|
void |
CfnTable.setProvisionedThroughput(CfnTable.ProvisionedThroughputProperty value)
Throughput for the specified table, which consists of values for `ReadCapacityUnits` and `WriteCapacityUnits` .
|
Copyright © 2022. All rights reserved.