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