@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 - `AWS::ApiGatewayV2::RouteResponse.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnRouteResponseProps.Builder routeId(String routeId)
CfnRouteResponseProps.getRouteId()routeId - `AWS::ApiGatewayV2::RouteResponse.RouteId`. This parameter is required.this@Stability(value=Stable) public CfnRouteResponseProps.Builder routeResponseKey(String routeResponseKey)
CfnRouteResponseProps.getRouteResponseKey()routeResponseKey - `AWS::ApiGatewayV2::RouteResponse.RouteResponseKey`. This parameter is required.this@Stability(value=Stable) public CfnRouteResponseProps.Builder modelSelectionExpression(String modelSelectionExpression)
CfnRouteResponseProps.getModelSelectionExpression()modelSelectionExpression - `AWS::ApiGatewayV2::RouteResponse.ModelSelectionExpression`.this@Stability(value=Stable) public CfnRouteResponseProps.Builder responseModels(Object responseModels)
CfnRouteResponseProps.getResponseModels()responseModels - `AWS::ApiGatewayV2::RouteResponse.ResponseModels`.this@Stability(value=Stable) public CfnRouteResponseProps.Builder responseParameters(Object responseParameters)
CfnRouteResponseProps.getResponseParameters()responseParameters - `AWS::ApiGatewayV2::RouteResponse.ResponseParameters`.this@Stability(value=Stable) public CfnRouteResponseProps build()
build in interface software.amazon.jsii.Builder<CfnRouteResponseProps>CfnRouteResponsePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.