@Stability(value=Stable) public static final class GrpcGatewayListenerOptions.Builder extends Object implements software.amazon.jsii.Builder<GrpcGatewayListenerOptions>
GrpcGatewayListenerOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GrpcGatewayListenerOptions |
build()
Builds the configured instance.
|
GrpcGatewayListenerOptions.Builder |
connectionPool(GrpcConnectionPool connectionPool)
Sets the value of
GrpcGatewayListenerOptions.getConnectionPool() |
GrpcGatewayListenerOptions.Builder |
healthCheck(HealthCheck healthCheck)
Sets the value of
GrpcGatewayListenerOptions.getHealthCheck() |
GrpcGatewayListenerOptions.Builder |
port(Number port)
Sets the value of
GrpcGatewayListenerOptions.getPort() |
GrpcGatewayListenerOptions.Builder |
tls(ListenerTlsOptions tls)
Sets the value of
GrpcGatewayListenerOptions.getTls() |
@Stability(value=Stable) public GrpcGatewayListenerOptions.Builder connectionPool(GrpcConnectionPool connectionPool)
GrpcGatewayListenerOptions.getConnectionPool()connectionPool - Connection pool for http listeners.this@Stability(value=Stable) public GrpcGatewayListenerOptions.Builder healthCheck(HealthCheck healthCheck)
GrpcGatewayListenerOptions.getHealthCheck()healthCheck - The health check information for the listener.this@Stability(value=Stable) public GrpcGatewayListenerOptions.Builder port(Number port)
GrpcGatewayListenerOptions.getPort()port - Port to listen for connections on.this@Stability(value=Stable) public GrpcGatewayListenerOptions.Builder tls(ListenerTlsOptions tls)
GrpcGatewayListenerOptions.getTls()tls - Represents the configuration for enabling TLS on a listener.this@Stability(value=Stable) public GrpcGatewayListenerOptions build()
build in interface software.amazon.jsii.Builder<GrpcGatewayListenerOptions>GrpcGatewayListenerOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.