Uses of Class
software.amazon.awscdk.services.apigateway.CfnGatewayResponse.Builder
-
Uses of CfnGatewayResponse.Builder in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionstatic CfnGatewayResponse.Builder
CfnGatewayResponse.Builder.responseParameters
(Map<String, String> responseParameters) Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponse.Builder.responseParameters
(IResolvable responseParameters) Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponse.Builder.responseTemplates
(Map<String, String> responseTemplates) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponse.Builder.responseTemplates
(IResolvable responseTemplates) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponse.Builder.responseType
(String responseType) The response type of the associated GatewayResponse.The string identifier of the associated RestApi.CfnGatewayResponse.Builder.statusCode
(String statusCode) The HTTP status code for this GatewayResponse.