Uses of Class
software.amazon.awscdk.services.dynamodb.ThroughputProps.Builder
-
Uses of ThroughputProps.Builder in software.amazon.awscdk.services.dynamodb
Modifier and TypeMethodDescriptionstatic ThroughputProps.Builder
ThroughputProps.builder()
ThroughputProps.Builder.readCapacity
(Capacity readCapacity) Sets the value ofThroughputProps.getReadCapacity()
ThroughputProps.Builder.writeCapacity
(Capacity writeCapacity) Sets the value ofThroughputProps.getWriteCapacity()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ThroughputProps.Builder builder) Constructor that initializes the object based on literal property values passed by theThroughputProps.Builder
.