@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.904Z") @Stability(value=Experimental) public interface BatchHttpRouteOptions extends software.amazon.jsii.JsiiSerializable
The options here are the ones that would be configured for all being set up.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigatewayv2.*;
HttpRouteIntegration httpRouteIntegration;
BatchHttpRouteOptions batchHttpRouteOptions = BatchHttpRouteOptions.builder()
.integration(httpRouteIntegration)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BatchHttpRouteOptions.Builder
A builder for
BatchHttpRouteOptions |
static class |
BatchHttpRouteOptions.Jsii$Proxy
An implementation for
BatchHttpRouteOptions |
| Modifier and Type | Method and Description |
|---|---|
static BatchHttpRouteOptions.Builder |
builder() |
HttpRouteIntegration |
getIntegration()
(experimental) The integration to be configured on this route.
|
@Stability(value=Experimental) @NotNull HttpRouteIntegration getIntegration()
@Stability(value=Experimental) static BatchHttpRouteOptions.Builder builder()
BatchHttpRouteOptions.Builder of BatchHttpRouteOptionsCopyright © 2022. All rights reserved.