@Stability(value=Experimental) public static final class HttpGatewayListenerOptions.Builder extends Object implements software.amazon.jsii.Builder<HttpGatewayListenerOptions>
HttpGatewayListenerOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpGatewayListenerOptions |
build()
Builds the configured instance.
|
HttpGatewayListenerOptions.Builder |
healthCheck(HealthCheck healthCheck)
Sets the value of
HttpGatewayListenerOptions.getHealthCheck() |
HttpGatewayListenerOptions.Builder |
port(Number port)
Sets the value of
HttpGatewayListenerOptions.getPort() |
@Stability(value=Experimental) public HttpGatewayListenerOptions.Builder healthCheck(HealthCheck healthCheck)
HttpGatewayListenerOptions.getHealthCheck()healthCheck - The health check information for the listener.this@Stability(value=Experimental) public HttpGatewayListenerOptions.Builder port(Number port)
HttpGatewayListenerOptions.getPort()port - Port to listen for connections on.this@Stability(value=Experimental) public HttpGatewayListenerOptions build()
build in interface software.amazon.jsii.Builder<HttpGatewayListenerOptions>HttpGatewayListenerOptionsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.