@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:02.502Z") @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.
|
Construct |
getScope()
(experimental) The current scope in which the bind is occurring.
|
@Stability(value=Experimental) @NotNull IHttpRoute getRoute()
@Stability(value=Experimental) @NotNull 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 © 2020. All rights reserved.