| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static HttpIntegration.Builder |
HttpIntegration.Builder.create(String url) |
HttpIntegration.Builder |
HttpIntegration.Builder.httpMethod(String httpMethod)
HTTP method to use when invoking the backend URL.
|
HttpIntegration.Builder |
HttpIntegration.Builder.options(IntegrationOptions options)
Integration options, such as request/resopnse mapping, content handling, etc.
|
HttpIntegration.Builder |
HttpIntegration.Builder.proxy(Boolean proxy)
Determines whether to use proxy integration or custom integration.
|
Copyright © 2022. All rights reserved.