| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnTable.ProvisionedThroughputProperty.Jsii$Proxy
An implementation for
CfnTable.ProvisionedThroughputProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnTable.ProvisionedThroughputProperty |
CfnTable.ProvisionedThroughputProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
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` .
|
CfnTableProps.Builder |
CfnTableProps.Builder.provisionedThroughput(CfnTable.ProvisionedThroughputProperty provisionedThroughput)
Sets the value of
CfnTableProps.getProvisionedThroughput() |
void |
CfnTable.setProvisionedThroughput(CfnTable.ProvisionedThroughputProperty value)
Throughput for the specified table, which consists of values for `ReadCapacityUnits` and `WriteCapacityUnits` .
|
Copyright © 2022. All rights reserved.