@Stability(value=Experimental) public static final class HttpNlbIntegrationProps.Builder extends Object implements software.amazon.jsii.Builder<HttpNlbIntegrationProps>
HttpNlbIntegrationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpNlbIntegrationProps |
build()
Builds the configured instance.
|
HttpNlbIntegrationProps.Builder |
listener(INetworkListener listener)
Sets the value of
HttpNlbIntegrationProps.getListener() |
HttpNlbIntegrationProps.Builder |
method(HttpMethod method)
Sets the value of
HttpPrivateIntegrationOptions.getMethod() |
HttpNlbIntegrationProps.Builder |
vpcLink(IVpcLink vpcLink)
Sets the value of
HttpPrivateIntegrationOptions.getVpcLink() |
@Stability(value=Experimental) public HttpNlbIntegrationProps.Builder listener(INetworkListener listener)
HttpNlbIntegrationProps.getListener()listener - The listener to the network load balancer used for the integration. This parameter is required.this@Stability(value=Experimental) public HttpNlbIntegrationProps.Builder method(HttpMethod method)
HttpPrivateIntegrationOptions.getMethod()method - The HTTP method that must be used to invoke the underlying HTTP proxy.this@Stability(value=Experimental) public HttpNlbIntegrationProps.Builder vpcLink(IVpcLink vpcLink)
HttpPrivateIntegrationOptions.getVpcLink()vpcLink - The vpc link to be used for the private integration.this@Stability(value=Experimental) public HttpNlbIntegrationProps build()
build in interface software.amazon.jsii.Builder<HttpNlbIntegrationProps>HttpNlbIntegrationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.