@Stability(value=Experimental) public static final class HttpNlbIntegration.Builder extends Object implements software.amazon.jsii.Builder<HttpNlbIntegration>
HttpNlbIntegration.| Modifier and Type | Method and Description |
|---|---|
HttpNlbIntegration |
build() |
static HttpNlbIntegration.Builder |
create() |
HttpNlbIntegration.Builder |
listener(INetworkListener listener)
(experimental) The listener to the network load balancer used for the integration.
|
HttpNlbIntegration.Builder |
method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpNlbIntegration.Builder |
vpcLink(IVpcLink vpcLink)
(experimental) The vpc link to be used for the private integration.
|
@Stability(value=Experimental) public static HttpNlbIntegration.Builder create()
HttpNlbIntegration.Builder.@Stability(value=Experimental) public HttpNlbIntegration.Builder method(HttpMethod method)
Default: HttpMethod.ANY
method - The HTTP method that must be used to invoke the underlying HTTP proxy. This parameter is required.this@Stability(value=Experimental) public HttpNlbIntegration.Builder vpcLink(IVpcLink vpcLink)
Default: - a new VpcLink is created
vpcLink - The vpc link to be used for the private integration. This parameter is required.this@Stability(value=Experimental) public HttpNlbIntegration.Builder listener(INetworkListener listener)
listener - The listener to the network load balancer used for the integration. This parameter is required.this@Stability(value=Experimental) public HttpNlbIntegration build()
build in interface software.amazon.jsii.Builder<HttpNlbIntegration>Copyright © 2021. All rights reserved.