Uses of Interface
software.amazon.awssdk.services.rds.model.ConnectionPoolConfiguration.Builder
Packages that use ConnectionPoolConfiguration.Builder
-
Uses of ConnectionPoolConfiguration.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ConnectionPoolConfiguration.BuilderModifier and TypeMethodDescriptionConnectionPoolConfiguration.builder()ConnectionPoolConfiguration.Builder.connectionBorrowTimeout(Integer connectionBorrowTimeout) The number of seconds for a proxy to wait for a connection to become available in the connection pool.Add an initialization query, or modify the current one.ConnectionPoolConfiguration.Builder.maxConnectionsPercent(Integer maxConnectionsPercent) The maximum size of the connection pool for each target in a target group.ConnectionPoolConfiguration.Builder.maxIdleConnectionsPercent(Integer maxIdleConnectionsPercent) A value that controls how actively the proxy closes idle database connections in the connection pool.ConnectionPoolConfiguration.Builder.sessionPinningFilters(String... sessionPinningFilters) Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection.ConnectionPoolConfiguration.Builder.sessionPinningFilters(Collection<String> sessionPinningFilters) Each item in the list represents a class of SQL operations that normally cause all later statements in a session using a proxy to be pinned to the same underlying database connection.ConnectionPoolConfiguration.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ConnectionPoolConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConnectionPoolConfiguration.Builder>ConnectionPoolConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type ConnectionPoolConfiguration.BuilderModifier and TypeMethodDescriptionModifyDbProxyTargetGroupRequest.Builder.connectionPoolConfig(Consumer<ConnectionPoolConfiguration.Builder> connectionPoolConfig) The settings that determine the size and behavior of the connection pool for the target group.