Uses of Interface
software.amazon.awssdk.services.rds.model.ConnectionPoolConfigurationInfo.Builder
Packages that use ConnectionPoolConfigurationInfo.Builder
-
Uses of ConnectionPoolConfigurationInfo.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ConnectionPoolConfigurationInfo.BuilderModifier and TypeMethodDescriptionConnectionPoolConfigurationInfo.builder()ConnectionPoolConfigurationInfo.Builder.connectionBorrowTimeout(Integer connectionBorrowTimeout) The number of seconds for a proxy to wait for a connection to become available in the connection pool.One or more SQL statements for the proxy to run when opening each new database connection.ConnectionPoolConfigurationInfo.Builder.maxConnectionsPercent(Integer maxConnectionsPercent) The maximum size of the connection pool for each target in a target group.ConnectionPoolConfigurationInfo.Builder.maxIdleConnectionsPercent(Integer maxIdleConnectionsPercent) Controls how actively the proxy closes idle database connections in the connection pool.ConnectionPoolConfigurationInfo.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.ConnectionPoolConfigurationInfo.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.ConnectionPoolConfigurationInfo.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ConnectionPoolConfigurationInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConnectionPoolConfigurationInfo.Builder>ConnectionPoolConfigurationInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type ConnectionPoolConfigurationInfo.BuilderModifier and TypeMethodDescriptiondefault DBProxyTargetGroup.BuilderDBProxyTargetGroup.Builder.connectionPoolConfig(Consumer<ConnectionPoolConfigurationInfo.Builder> connectionPoolConfig) The settings that determine the size and behavior of the connection pool for the target group.