public static interface UpdateRequestValidatorResponse.Builder extends ApiGatewayResponse.Builder, CopyableBuilder<UpdateRequestValidatorResponse.Builder,UpdateRequestValidatorResponse>
| Modifier and Type | Method and Description | 
|---|---|
UpdateRequestValidatorResponse.Builder | 
id(String id)
 The identifier of this RequestValidator. 
 | 
UpdateRequestValidatorResponse.Builder | 
name(String name)
 The name of this RequestValidator 
 | 
UpdateRequestValidatorResponse.Builder | 
validateRequestBody(Boolean validateRequestBody)
 A Boolean flag to indicate whether to validate a request body according to the configured Model
 schema. 
 | 
UpdateRequestValidatorResponse.Builder | 
validateRequestParameters(Boolean validateRequestParameters)
 A Boolean flag to indicate whether to validate request parameters ( 
true) or not (
 false). | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildUpdateRequestValidatorResponse.Builder id(String id)
The identifier of this RequestValidator.
id - The identifier of this RequestValidator.UpdateRequestValidatorResponse.Builder name(String name)
The name of this RequestValidator
name - The name of this RequestValidatorUpdateRequestValidatorResponse.Builder validateRequestBody(Boolean validateRequestBody)
A Boolean flag to indicate whether to validate a request body according to the configured Model schema.
validateRequestBody - A Boolean flag to indicate whether to validate a request body according to the configured Model
        schema.UpdateRequestValidatorResponse.Builder validateRequestParameters(Boolean validateRequestParameters)
 A Boolean flag to indicate whether to validate request parameters (true) or not (
 false).
 
validateRequestParameters - A Boolean flag to indicate whether to validate request parameters (true) or not (
        false).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.