Uses of Class
software.amazon.awscdk.services.dynamodb.AutoscaledCapacityOptions.Builder
Packages that use AutoscaledCapacityOptions.Builder
-
Uses of AutoscaledCapacityOptions.Builder in software.amazon.awscdk.services.dynamodb
Methods in software.amazon.awscdk.services.dynamodb that return AutoscaledCapacityOptions.BuilderModifier and TypeMethodDescriptionAutoscaledCapacityOptions.builder()AutoscaledCapacityOptions.Builder.maxCapacity(Number maxCapacity) Sets the value ofAutoscaledCapacityOptions.getMaxCapacity()AutoscaledCapacityOptions.Builder.minCapacity(Number minCapacity) Sets the value ofAutoscaledCapacityOptions.getMinCapacity()AutoscaledCapacityOptions.Builder.seedCapacity(Number seedCapacity) Sets the value ofAutoscaledCapacityOptions.getSeedCapacity()AutoscaledCapacityOptions.Builder.targetUtilizationPercent(Number targetUtilizationPercent) Sets the value ofAutoscaledCapacityOptions.getTargetUtilizationPercent()Constructors in software.amazon.awscdk.services.dynamodb with parameters of type AutoscaledCapacityOptions.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theAutoscaledCapacityOptions.Builder.