public static interface UpdateRouteResponseResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<UpdateRouteResponseResponse.Builder,UpdateRouteResponseResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateRouteResponseResponse.Builder |
modelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response.
|
UpdateRouteResponseResponse.Builder |
responseModels(Map<String,String> responseModels)
Represents the response models of a route response.
|
UpdateRouteResponseResponse.Builder |
responseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
|
UpdateRouteResponseResponse.Builder |
routeResponseId(String routeResponseId)
Represents the identifier of a route response.
|
UpdateRouteResponseResponse.Builder |
routeResponseKey(String routeResponseKey)
Represents the route response key of a route response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRouteResponseResponse.Builder modelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response. Supported only for WebSocket APIs.
modelSelectionExpression - Represents the model selection expression of a route response. Supported only for WebSocket APIs.UpdateRouteResponseResponse.Builder responseModels(Map<String,String> responseModels)
Represents the response models of a route response.
responseModels - Represents the response models of a route response.UpdateRouteResponseResponse.Builder responseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
responseParameters - Represents the response parameters of a route response.UpdateRouteResponseResponse.Builder routeResponseId(String routeResponseId)
Represents the identifier of a route response.
routeResponseId - Represents the identifier of a route response.UpdateRouteResponseResponse.Builder routeResponseKey(String routeResponseKey)
Represents the route response key of a route response.
routeResponseKey - Represents the route response key of a route response.Copyright © 2020. All rights reserved.