| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static RequestValidatorProps.Builder |
RequestValidatorProps.builder() |
RequestValidatorProps.Builder |
RequestValidatorProps.Builder.requestValidatorName(String requestValidatorName)
Sets the value of
RequestValidatorOptions.getRequestValidatorName() |
RequestValidatorProps.Builder |
RequestValidatorProps.Builder.restApi(IRestApi restApi)
Sets the value of
RequestValidatorProps.getRestApi() |
RequestValidatorProps.Builder |
RequestValidatorProps.Builder.validateRequestBody(Boolean validateRequestBody)
Sets the value of
RequestValidatorOptions.getValidateRequestBody() |
RequestValidatorProps.Builder |
RequestValidatorProps.Builder.validateRequestParameters(Boolean validateRequestParameters)
Sets the value of
RequestValidatorOptions.getValidateRequestParameters() |
| Constructor and Description |
|---|
Jsii$Proxy(RequestValidatorProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
RequestValidatorProps.Builder. |
Copyright © 2022. All rights reserved.