Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnGatewayResponsePropsMixin.Builder
Packages that use CfnGatewayResponsePropsMixin.Builder
-
Uses of CfnGatewayResponsePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnGatewayResponsePropsMixin.BuilderModifier and TypeMethodDescriptionCfnGatewayResponsePropsMixin.Builder.create()CfnGatewayResponsePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGatewayResponsePropsMixin.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.CfnGatewayResponsePropsMixin.Builder.responseParameters(IResolvable responseParameters) Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponsePropsMixin.Builder.responseTemplates(Map<String, String> responseTemplates) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponsePropsMixin.Builder.responseTemplates(IResolvable responseTemplates) Response templates of the GatewayResponse as a string-to-string map of key-value pairs.CfnGatewayResponsePropsMixin.Builder.responseType(String responseType) The response type of the associated GatewayResponse.The string identifier of the associated RestApi.CfnGatewayResponsePropsMixin.Builder.restApiId(IRestApiRef restApiId) The string identifier of the associated RestApi.CfnGatewayResponsePropsMixin.Builder.statusCode(String statusCode) The HTTP status code for this GatewayResponse.