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