@Stability(value=Stable) public static final class CfnRouteProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRouteProps>
CfnRouteProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRouteProps.Builder apiId(String apiId)
CfnRouteProps.getApiId()apiId - `AWS::ApiGatewayV2::Route.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder routeKey(String routeKey)
CfnRouteProps.getRouteKey()routeKey - `AWS::ApiGatewayV2::Route.RouteKey`. This parameter is required.this@Stability(value=Stable) public CfnRouteProps.Builder apiKeyRequired(Boolean apiKeyRequired)
CfnRouteProps.getApiKeyRequired()apiKeyRequired - `AWS::ApiGatewayV2::Route.ApiKeyRequired`.this@Stability(value=Stable) public CfnRouteProps.Builder apiKeyRequired(IResolvable apiKeyRequired)
CfnRouteProps.getApiKeyRequired()apiKeyRequired - `AWS::ApiGatewayV2::Route.ApiKeyRequired`.this@Stability(value=Stable) public CfnRouteProps.Builder authorizationScopes(List<String> authorizationScopes)
CfnRouteProps.getAuthorizationScopes()authorizationScopes - `AWS::ApiGatewayV2::Route.AuthorizationScopes`.this@Stability(value=Stable) public CfnRouteProps.Builder authorizationType(String authorizationType)
CfnRouteProps.getAuthorizationType()authorizationType - `AWS::ApiGatewayV2::Route.AuthorizationType`.this@Stability(value=Stable) public CfnRouteProps.Builder authorizerId(String authorizerId)
CfnRouteProps.getAuthorizerId()authorizerId - `AWS::ApiGatewayV2::Route.AuthorizerId`.this@Stability(value=Stable) public CfnRouteProps.Builder modelSelectionExpression(String modelSelectionExpression)
CfnRouteProps.getModelSelectionExpression()modelSelectionExpression - `AWS::ApiGatewayV2::Route.ModelSelectionExpression`.this@Stability(value=Stable) public CfnRouteProps.Builder operationName(String operationName)
CfnRouteProps.getOperationName()operationName - `AWS::ApiGatewayV2::Route.OperationName`.this@Stability(value=Stable) public CfnRouteProps.Builder requestModels(Object requestModels)
CfnRouteProps.getRequestModels()requestModels - `AWS::ApiGatewayV2::Route.RequestModels`.this@Stability(value=Stable) public CfnRouteProps.Builder requestParameters(Object requestParameters)
CfnRouteProps.getRequestParameters()requestParameters - `AWS::ApiGatewayV2::Route.RequestParameters`.this@Stability(value=Stable) public CfnRouteProps.Builder routeResponseSelectionExpression(String routeResponseSelectionExpression)
CfnRouteProps.getRouteResponseSelectionExpression()routeResponseSelectionExpression - `AWS::ApiGatewayV2::Route.RouteResponseSelectionExpression`.this@Stability(value=Stable) public CfnRouteProps.Builder target(String target)
CfnRouteProps.getTarget()target - `AWS::ApiGatewayV2::Route.Target`.this@Stability(value=Stable) public CfnRouteProps build()
build in interface software.amazon.jsii.Builder<CfnRouteProps>CfnRoutePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.