@Stability(value=Stable) public static final class CfnRequestValidatorProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRequestValidatorProps>
CfnRequestValidatorProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRequestValidatorProps.Builder restApiId(String restApiId)
CfnRequestValidatorProps.getRestApiId()restApiId - The identifier of the targeted API entity. This parameter is required.this@Stability(value=Stable) public CfnRequestValidatorProps.Builder name(String name)
CfnRequestValidatorProps.getName()name - The name of this request validator.this@Stability(value=Stable) public CfnRequestValidatorProps.Builder validateRequestBody(Boolean validateRequestBody)
CfnRequestValidatorProps.getValidateRequestBody()validateRequestBody - Indicates whether to validate the request body according to the configured schema for the targeted API and method.this@Stability(value=Stable) public CfnRequestValidatorProps.Builder validateRequestBody(IResolvable validateRequestBody)
CfnRequestValidatorProps.getValidateRequestBody()validateRequestBody - Indicates whether to validate the request body according to the configured schema for the targeted API and method.this@Stability(value=Stable) public CfnRequestValidatorProps.Builder validateRequestParameters(Boolean validateRequestParameters)
CfnRequestValidatorProps.getValidateRequestParameters()validateRequestParameters - Indicates whether to validate request parameters.this@Stability(value=Stable) public CfnRequestValidatorProps.Builder validateRequestParameters(IResolvable validateRequestParameters)
CfnRequestValidatorProps.getValidateRequestParameters()validateRequestParameters - Indicates whether to validate request parameters.this@Stability(value=Stable) public CfnRequestValidatorProps build()
build in interface software.amazon.jsii.Builder<CfnRequestValidatorProps>CfnRequestValidatorPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.