@Stability(value=Stable) public static final class TcpConnectionPool.Builder extends Object implements software.amazon.jsii.Builder<TcpConnectionPool>
TcpConnectionPool| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TcpConnectionPool |
build()
Builds the configured instance.
|
TcpConnectionPool.Builder |
maxConnections(Number maxConnections)
Sets the value of
TcpConnectionPool.getMaxConnections() |
@Stability(value=Stable) public TcpConnectionPool.Builder maxConnections(Number maxConnections)
TcpConnectionPool.getMaxConnections()maxConnections - The maximum connections in the pool. This parameter is required.this@Stability(value=Stable) public TcpConnectionPool build()
build in interface software.amazon.jsii.Builder<TcpConnectionPool>TcpConnectionPoolNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.