Uses of Interface
software.amazon.awssdk.services.rds.model.ServerlessV2ScalingConfigurationInfo.Builder
Packages that use ServerlessV2ScalingConfigurationInfo.Builder
-
Uses of ServerlessV2ScalingConfigurationInfo.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ServerlessV2ScalingConfigurationInfo.BuilderModifier and TypeMethodDescriptionServerlessV2ScalingConfigurationInfo.builder()ServerlessV2ScalingConfigurationInfo.Builder.maxCapacity(Double maxCapacity) The maximum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.ServerlessV2ScalingConfigurationInfo.Builder.minCapacity(Double minCapacity) The minimum number of Aurora capacity units (ACUs) for a DB instance in an Aurora Serverless v2 cluster.ServerlessV2ScalingConfigurationInfo.Builder.secondsUntilAutoPause(Integer secondsUntilAutoPause) The number of seconds an Aurora Serverless v2 DB instance must be idle before Aurora attempts to automatically pause it.ServerlessV2ScalingConfigurationInfo.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ServerlessV2ScalingConfigurationInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ServerlessV2ScalingConfigurationInfo.Builder>ServerlessV2ScalingConfigurationInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type ServerlessV2ScalingConfigurationInfo.BuilderModifier and TypeMethodDescriptiondefault DBCluster.BuilderDBCluster.Builder.serverlessV2ScalingConfiguration(Consumer<ServerlessV2ScalingConfigurationInfo.Builder> serverlessV2ScalingConfiguration) Sets the value of the ServerlessV2ScalingConfiguration property for this object.