| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GatewayResponse.Builder |
GatewayResponse.Builder.create(software.constructs.Construct scope,
String id) |
GatewayResponse.Builder |
GatewayResponse.Builder.responseHeaders(Map<String,String> responseHeaders)
Custom headers parameters for response.
|
GatewayResponse.Builder |
GatewayResponse.Builder.restApi(IRestApi restApi)
Rest api resource to target.
|
GatewayResponse.Builder |
GatewayResponse.Builder.statusCode(String statusCode)
Http status code for response.
|
GatewayResponse.Builder |
GatewayResponse.Builder.templates(Map<String,String> templates)
Custom templates to get mapped as response.
|
GatewayResponse.Builder |
GatewayResponse.Builder.type(ResponseType type)
Response type to associate with gateway response.
|
Copyright © 2022. All rights reserved.