@Stability(value=Experimental) public static final class HttpAlbIntegration.Builder extends Object implements software.amazon.jsii.Builder<HttpAlbIntegration>
HttpAlbIntegration.| Modifier and Type | Method and Description |
|---|---|
HttpAlbIntegration |
build() |
static HttpAlbIntegration.Builder |
create() |
HttpAlbIntegration.Builder |
listener(IApplicationListener listener)
(experimental) The listener to the application load balancer used for the integration.
|
HttpAlbIntegration.Builder |
method(HttpMethod method)
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
HttpAlbIntegration.Builder |
vpcLink(IVpcLink vpcLink)
(experimental) The vpc link to be used for the private integration.
|
@Stability(value=Experimental) public static HttpAlbIntegration.Builder create()
HttpAlbIntegration.Builder.@Stability(value=Experimental) public HttpAlbIntegration.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 HttpAlbIntegration.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 HttpAlbIntegration.Builder listener(IApplicationListener listener)
listener - The listener to the application load balancer used for the integration. This parameter is required.this@Stability(value=Experimental) public HttpAlbIntegration build()
build in interface software.amazon.jsii.Builder<HttpAlbIntegration>Copyright © 2021. All rights reserved.