| Modifier and Type | Method and Description |
|---|---|
HttpRoute |
build() |
static HttpRoute.Builder |
create(software.constructs.Construct scope,
String id) |
HttpRoute.Builder |
httpApi(IHttpApi httpApi)
(experimental) the API the route is associated with.
|
HttpRoute.Builder |
integration(IHttpRouteIntegration integration)
(experimental) The integration to be configured on this route.
|
HttpRoute.Builder |
routeKey(HttpRouteKey routeKey)
(experimental) The key to this route.
|
@Stability(value=Experimental) public static HttpRoute.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.HttpRoute.Builder.@Stability(value=Experimental) public HttpRoute.Builder integration(IHttpRouteIntegration integration)
integration - The integration to be configured on this route. This parameter is required.this@Stability(value=Experimental) public HttpRoute.Builder httpApi(IHttpApi httpApi)
httpApi - the API the route is associated with. This parameter is required.this@Stability(value=Experimental) public HttpRoute.Builder routeKey(HttpRouteKey routeKey)
This is a combination of an HTTP method and an HTTP path.
routeKey - The key to this route. This parameter is required.thisCopyright © 2020. All rights reserved.