Uses of Class
software.amazon.awscdk.services.apigateway.CfnRequestValidator.Builder
Packages that use CfnRequestValidator.Builder
-
Uses of CfnRequestValidator.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return CfnRequestValidator.BuilderModifier and TypeMethodDescriptionstatic CfnRequestValidator.BuilderThe name of this RequestValidator.The string identifier of the associated RestApi.CfnRequestValidator.Builder.restApiId(IRestApiRef restApiId) The string identifier of the associated RestApi.CfnRequestValidator.Builder.validateRequestBody(Boolean validateRequestBody) A Boolean flag to indicate whether to validate a request body according to the configured Model schema.CfnRequestValidator.Builder.validateRequestBody(IResolvable validateRequestBody) A Boolean flag to indicate whether to validate a request body according to the configured Model schema.CfnRequestValidator.Builder.validateRequestParameters(Boolean validateRequestParameters) A Boolean flag to indicate whether to validate request parameters (true) or not (false).CfnRequestValidator.Builder.validateRequestParameters(IResolvable validateRequestParameters) A Boolean flag to indicate whether to validate request parameters (true) or not (false).