Uses of Class
software.amazon.awscdk.services.apigatewayv2.CfnRouteResponseProps.Builder
Package
Description
AWS::APIGatewayv2 Construct Library
-
Uses of CfnRouteResponseProps.Builder in software.amazon.awscdk.services.apigatewayv2
Modifier and TypeMethodDescriptionSets the value ofCfnRouteResponseProps.getApiId()
CfnRouteResponseProps.builder()
CfnRouteResponseProps.Builder.modelSelectionExpression
(String modelSelectionExpression) Sets the value ofCfnRouteResponseProps.getModelSelectionExpression()
CfnRouteResponseProps.Builder.responseModels
(Object responseModels) Sets the value ofCfnRouteResponseProps.getResponseModels()
CfnRouteResponseProps.Builder.responseParameters
(Map<String, ? extends Object> responseParameters) Sets the value ofCfnRouteResponseProps.getResponseParameters()
CfnRouteResponseProps.Builder.responseParameters
(IResolvable responseParameters) Sets the value ofCfnRouteResponseProps.getResponseParameters()
Sets the value ofCfnRouteResponseProps.getRouteId()
CfnRouteResponseProps.Builder.routeResponseKey
(String routeResponseKey) Sets the value ofCfnRouteResponseProps.getRouteResponseKey()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRouteResponseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouteResponseProps.Builder
.