public static interface UpdateGatewayResponseResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<UpdateGatewayResponseResponse.Builder,UpdateGatewayResponseResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateGatewayResponseResponse.Builder |
defaultResponse(Boolean defaultResponse)
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (
true)
or not (false). |
UpdateGatewayResponseResponse.Builder |
responseParameters(Map<String,String> responseParameters)
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of
key-value pairs.
|
UpdateGatewayResponseResponse.Builder |
responseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
|
UpdateGatewayResponseResponse.Builder |
responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseResponse.Builder |
responseType(String responseType)
The response type of the associated GatewayResponse.
|
UpdateGatewayResponseResponse.Builder |
statusCode(String statusCodeValue)
The HTTP status code for this GatewayResponse.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGatewayResponseResponse.Builder responseType(String responseType)
The response type of the associated GatewayResponse.
responseType - The response type of the associated GatewayResponse.GatewayResponseType,
GatewayResponseTypeUpdateGatewayResponseResponse.Builder responseType(GatewayResponseType responseType)
The response type of the associated GatewayResponse.
responseType - The response type of the associated GatewayResponse.GatewayResponseType,
GatewayResponseTypeUpdateGatewayResponseResponse.Builder statusCode(String statusCodeValue)
The HTTP status code for this GatewayResponse.
statusCodeValue - The HTTP status code for this GatewayResponse.UpdateGatewayResponseResponse.Builder responseParameters(Map<String,String> responseParameters)
Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string map of key-value pairs.
responseParameters - Response parameters (paths, query strings and headers) of the GatewayResponse as a string-to-string
map of key-value pairs.UpdateGatewayResponseResponse.Builder responseTemplates(Map<String,String> responseTemplates)
Response templates of the GatewayResponse as a string-to-string map of key-value pairs.
responseTemplates - Response templates of the GatewayResponse as a string-to-string map of key-value pairs.UpdateGatewayResponseResponse.Builder defaultResponse(Boolean defaultResponse)
A Boolean flag to indicate whether this GatewayResponse is the default gateway response (true)
or not (false). A default gateway response is one generated by API Gateway without any
customization by an API developer.
defaultResponse - A Boolean flag to indicate whether this GatewayResponse is the default gateway response (
true) or not (false). A default gateway response is one generated by API
Gateway without any customization by an API developer.Copyright © 2023. All rights reserved.