Uses of Interface
software.amazon.awssdk.services.rds.model.ScalingConfigurationInfo.Builder
Packages that use ScalingConfigurationInfo.Builder
-
Uses of ScalingConfigurationInfo.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ScalingConfigurationInfo.BuilderModifier and TypeMethodDescriptionIndicates whether automatic pause is allowed for the Aurora DB cluster inserverlessDB engine mode.ScalingConfigurationInfo.builder()ScalingConfigurationInfo.Builder.maxCapacity(Integer maxCapacity) The maximum capacity for an Aurora DB cluster inserverlessDB engine mode.ScalingConfigurationInfo.Builder.minCapacity(Integer minCapacity) The minimum capacity for an Aurora DB cluster inserverlessDB engine mode.ScalingConfigurationInfo.Builder.secondsBeforeTimeout(Integer secondsBeforeTimeout) The number of seconds before scaling times out.ScalingConfigurationInfo.Builder.secondsUntilAutoPause(Integer secondsUntilAutoPause) The remaining amount of time, in seconds, before the Aurora DB cluster inserverlessmode is paused.ScalingConfigurationInfo.Builder.timeoutAction(String timeoutAction) The action that occurs when Aurora times out while attempting to change the capacity of an Aurora Serverless v1 cluster.ScalingConfigurationInfo.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ScalingConfigurationInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ScalingConfigurationInfo.Builder>ScalingConfigurationInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type ScalingConfigurationInfo.BuilderModifier and TypeMethodDescriptiondefault DBCluster.BuilderDBCluster.Builder.scalingConfigurationInfo(Consumer<ScalingConfigurationInfo.Builder> scalingConfigurationInfo) Sets the value of the ScalingConfigurationInfo property for this object.