@Stability(value=Stable) public static final class CfnRouteResponseProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRouteResponseProps>
CfnRouteResponseProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRouteResponseProps.Builder |
apiId(String apiId)
Sets the value of
CfnRouteResponseProps.getApiId() |
CfnRouteResponseProps |
build()
Builds the configured instance.
|
CfnRouteResponseProps.Builder |
modelSelectionExpression(String modelSelectionExpression)
Sets the value of
CfnRouteResponseProps.getModelSelectionExpression() |
CfnRouteResponseProps.Builder |
responseModels(Object responseModels)
Sets the value of
CfnRouteResponseProps.getResponseModels() |
CfnRouteResponseProps.Builder |
responseParameters(Object responseParameters)
Sets the value of
CfnRouteResponseProps.getResponseParameters() |
CfnRouteResponseProps.Builder |
routeId(String routeId)
Sets the value of
CfnRouteResponseProps.getRouteId() |
CfnRouteResponseProps.Builder |
routeResponseKey(String routeResponseKey)
Sets the value of
CfnRouteResponseProps.getRouteResponseKey() |
@Stability(value=Stable) public CfnRouteResponseProps.Builder apiId(String apiId)
CfnRouteResponseProps.getApiId()apiId - The API identifier. This parameter is required.this@Stability(value=Stable) public CfnRouteResponseProps.Builder routeId(String routeId)
CfnRouteResponseProps.getRouteId()routeId - The route ID. This parameter is required.this@Stability(value=Stable) public CfnRouteResponseProps.Builder routeResponseKey(String routeResponseKey)
CfnRouteResponseProps.getRouteResponseKey()routeResponseKey - The route response key. This parameter is required.this@Stability(value=Stable) public CfnRouteResponseProps.Builder modelSelectionExpression(String modelSelectionExpression)
CfnRouteResponseProps.getModelSelectionExpression()modelSelectionExpression - The model selection expression for the route response.
Supported only for WebSocket APIs.this@Stability(value=Stable) public CfnRouteResponseProps.Builder responseModels(Object responseModels)
CfnRouteResponseProps.getResponseModels()responseModels - The response models for the route response.this@Stability(value=Stable) public CfnRouteResponseProps.Builder responseParameters(Object responseParameters)
CfnRouteResponseProps.getResponseParameters()responseParameters - The route response parameters.this@Stability(value=Stable) public CfnRouteResponseProps build()
build in interface software.amazon.jsii.Builder<CfnRouteResponseProps>CfnRouteResponsePropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.