@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() |
HttpGatewayListenerOptions.Builder |
tlsCertificate(TlsCertificate tlsCertificate)
Sets the value of
HttpGatewayListenerOptions.getTlsCertificate() |
@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.Builder tlsCertificate(TlsCertificate tlsCertificate)
HttpGatewayListenerOptions.getTlsCertificate()tlsCertificate - Represents the configuration for enabling TLS on a listener.this@Stability(value=Experimental) public HttpGatewayListenerOptions build()
build in interface software.amazon.jsii.Builder<HttpGatewayListenerOptions>HttpGatewayListenerOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.