@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-13T21:02:01.202Z") @Stability(value=Experimental) public interface HttpRouteIntegrationBindOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpRouteIntegrationBindOptions.Builder
A builder for
HttpRouteIntegrationBindOptions |
static class |
HttpRouteIntegrationBindOptions.Jsii$Proxy
An implementation for
HttpRouteIntegrationBindOptions |
| Modifier and Type | Method and Description |
|---|---|
static HttpRouteIntegrationBindOptions.Builder |
builder() |
IHttpRoute |
getRoute()
(experimental) The route to which this is being bound.
|
software.constructs.Construct |
getScope()
(experimental) The current scope in which the bind is occurring.
|
@Stability(value=Experimental) @NotNull IHttpRoute getRoute()
@Stability(value=Experimental) @NotNull software.constructs.Construct getScope()
If the HttpRouteIntegration being bound creates additional constructs,
this will be used as their parent scope.
@Stability(value=Experimental) static HttpRouteIntegrationBindOptions.Builder builder()
Copyright © 2021. All rights reserved.