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