@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.539Z") @Stability(value=Stable) public interface Http2ConnectionPool extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appmesh.*;
Http2ConnectionPool http2ConnectionPool = Http2ConnectionPool.builder()
.maxRequests(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
Http2ConnectionPool.Builder
A builder for
Http2ConnectionPool |
static class |
Http2ConnectionPool.Jsii$Proxy
An implementation for
Http2ConnectionPool |
| Modifier and Type | Method and Description |
|---|---|
static Http2ConnectionPool.Builder |
builder() |
Number |
getMaxRequests()
The maximum requests in the pool.
|
@Stability(value=Stable) @NotNull Number getMaxRequests()
Default: - none
@Stability(value=Stable) static Http2ConnectionPool.Builder builder()
Http2ConnectionPool.Builder of Http2ConnectionPoolCopyright © 2022. All rights reserved.