Uses of Interface
software.amazon.awscdk.services.dynamodb.CfnTable.OnDemandThroughputProperty
-
Uses of CfnTable.OnDemandThroughputProperty in software.amazon.awscdk.services.dynamodb
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnTable.OnDemandThroughputProperty
Modifier and TypeMethodDescriptionCfnTable.OnDemandThroughputProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnTable.Builder.onDemandThroughput
(CfnTable.OnDemandThroughputProperty onDemandThroughput) Sets the maximum number of read and write units for the specified on-demand table.CfnTable.GlobalSecondaryIndexProperty.Builder.onDemandThroughput
(CfnTable.OnDemandThroughputProperty onDemandThroughput) Sets the value ofCfnTable.GlobalSecondaryIndexProperty.getOnDemandThroughput()
CfnTableProps.Builder.onDemandThroughput
(CfnTable.OnDemandThroughputProperty onDemandThroughput) Sets the value ofCfnTableProps.getOnDemandThroughput()
void
CfnTable.setOnDemandThroughput
(CfnTable.OnDemandThroughputProperty value) Sets the maximum number of read and write units for the specified on-demand table.