@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:42.379Z") @Stability(value=Experimental) 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()
(experimental) The maximum requests in the pool.
|
@Stability(value=Experimental) @NotNull Number getMaxRequests()
Default: - none
@Stability(value=Experimental) static Http2ConnectionPool.Builder builder()
Http2ConnectionPool.Builder of Http2ConnectionPoolCopyright © 2022. All rights reserved.