Uses of Interface
software.amazon.awssdk.services.rds.model.ScalingConfiguration.Builder
Packages that use ScalingConfiguration.Builder
-
Uses of ScalingConfiguration.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ScalingConfiguration.BuilderModifier and TypeMethodDescriptionIndicates whether to allow or disallow automatic pause for an Aurora DB cluster inserverlessDB engine mode.static ScalingConfiguration.BuilderScalingConfiguration.builder()ScalingConfiguration.Builder.maxCapacity(Integer maxCapacity) The maximum capacity for an Aurora DB cluster inserverlessDB engine mode.ScalingConfiguration.Builder.minCapacity(Integer minCapacity) The minimum capacity for an Aurora DB cluster inserverlessDB engine mode.ScalingConfiguration.Builder.secondsBeforeTimeout(Integer secondsBeforeTimeout) The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.ScalingConfiguration.Builder.secondsUntilAutoPause(Integer secondsUntilAutoPause) The time, in seconds, before an Aurora DB cluster inserverlessmode is paused.ScalingConfiguration.Builder.timeoutAction(String timeoutAction) The action to take when the timeout is reached, eitherForceApplyCapacityChangeorRollbackCapacityChange.ScalingConfiguration.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ScalingConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ScalingConfiguration.Builder>ScalingConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type ScalingConfiguration.BuilderModifier and TypeMethodDescriptiondefault CreateDbClusterRequest.BuilderCreateDbClusterRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration) For DB clusters inserverlessDB engine mode, the scaling properties of the DB cluster.default ModifyDbClusterRequest.BuilderModifyDbClusterRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration) The scaling properties of the DB cluster.RestoreDbClusterFromSnapshotRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration) For DB clusters inserverlessDB engine mode, the scaling properties of the DB cluster.RestoreDbClusterToPointInTimeRequest.Builder.scalingConfiguration(Consumer<ScalingConfiguration.Builder> scalingConfiguration) For DB clusters inserverlessDB engine mode, the scaling properties of the DB cluster.