Class CfnRouteResponseV2.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnRouteResponseV2.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRouteResponseV2>
- Enclosing class:
- CfnRouteResponseV2
@Stability(Deprecated)
@Deprecated
public static final class CfnRouteResponseV2.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRouteResponseV2>
Deprecated.
(deprecated) A fluent builder for
CfnRouteResponseV2
.-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.build()
Deprecated.static CfnRouteResponseV2.Builder
Deprecated.modelSelectionExpression
(String modelSelectionExpression) Deprecated.responseModels
(Object responseModels) Deprecated.responseParameters
(Object responseParameters) Deprecated.Deprecated.routeResponseKey
(String routeResponseKey) Deprecated.
-
Method Details
-
create
@Stability(Deprecated) @Deprecated public static CfnRouteResponseV2.Builder create(Construct scope, String id) Deprecated.- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnRouteResponseV2.Builder
.
-
apiId
Deprecated.(deprecated)AWS::ApiGatewayV2::RouteResponse.ApiId
.- Parameters:
apiId
-AWS::ApiGatewayV2::RouteResponse.ApiId
. This parameter is required.- Returns:
this
- See Also:
-
routeId
Deprecated.(deprecated)AWS::ApiGatewayV2::RouteResponse.RouteId
.- Parameters:
routeId
-AWS::ApiGatewayV2::RouteResponse.RouteId
. This parameter is required.- Returns:
this
- See Also:
-
routeResponseKey
@Stability(Deprecated) @Deprecated public CfnRouteResponseV2.Builder routeResponseKey(String routeResponseKey) Deprecated.(deprecated)AWS::ApiGatewayV2::RouteResponse.RouteResponseKey
.- Parameters:
routeResponseKey
-AWS::ApiGatewayV2::RouteResponse.RouteResponseKey
. This parameter is required.- Returns:
this
- See Also:
-
modelSelectionExpression
@Stability(Deprecated) @Deprecated public CfnRouteResponseV2.Builder modelSelectionExpression(String modelSelectionExpression) Deprecated.(deprecated)AWS::ApiGatewayV2::RouteResponse.ModelSelectionExpression
.- Parameters:
modelSelectionExpression
-AWS::ApiGatewayV2::RouteResponse.ModelSelectionExpression
. This parameter is required.- Returns:
this
- See Also:
-
responseModels
@Stability(Deprecated) @Deprecated public CfnRouteResponseV2.Builder responseModels(Object responseModels) Deprecated.(deprecated)AWS::ApiGatewayV2::RouteResponse.ResponseModels
.- Parameters:
responseModels
-AWS::ApiGatewayV2::RouteResponse.ResponseModels
. This parameter is required.- Returns:
this
- See Also:
-
responseParameters
@Stability(Deprecated) @Deprecated public CfnRouteResponseV2.Builder responseParameters(Object responseParameters) Deprecated.(deprecated)AWS::ApiGatewayV2::RouteResponse.ResponseParameters
.- Parameters:
responseParameters
-AWS::ApiGatewayV2::RouteResponse.ResponseParameters
. This parameter is required.- Returns:
this
- See Also:
-
build
Deprecated.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnRouteResponseV2>
- Returns:
- a newly built instance of
CfnRouteResponseV2
.
-