@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.421Z") @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 © 2021. All rights reserved.