public static interface GetRouteResponseResponse.Builder extends ApiGatewayV2Response.Builder, SdkPojo, CopyableBuilder<GetRouteResponseResponse.Builder,GetRouteResponseResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRouteResponseResponse.Builder |
modelSelectionExpression(String modelSelectionExpression)
Represents the model selection expression of a route response.
|
GetRouteResponseResponse.Builder |
responseModels(Map<String,String> responseModels)
Represents the response models of a route response.
|
GetRouteResponseResponse.Builder |
responseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
|
GetRouteResponseResponse.Builder |
routeResponseId(String routeResponseId)
Represents the identifier of a route response.
|
GetRouteResponseResponse.Builder |
routeResponseKey(String routeResponseKey)
Represents the route response key of a route response.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRouteResponseResponse.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.GetRouteResponseResponse.Builder responseModels(Map<String,String> responseModels)
Represents the response models of a route response.
responseModels - Represents the response models of a route response.GetRouteResponseResponse.Builder responseParameters(Map<String,ParameterConstraints> responseParameters)
Represents the response parameters of a route response.
responseParameters - Represents the response parameters of a route response.GetRouteResponseResponse.Builder routeResponseId(String routeResponseId)
Represents the identifier of a route response.
routeResponseId - Represents the identifier of a route response.GetRouteResponseResponse.Builder routeResponseKey(String routeResponseKey)
Represents the route response key of a route response.
routeResponseKey - Represents the route response key of a route response.Copyright © 2021. All rights reserved.