Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnRoutePropsMixin.Builder
Packages that use CfnRoutePropsMixin.Builder
-
Uses of CfnRoutePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2 that return CfnRoutePropsMixin.BuilderModifier and TypeMethodDescriptionThe API identifier.The API identifier.CfnRoutePropsMixin.Builder.apiKeyRequired(Boolean apiKeyRequired) Specifies whether an API key is required for the route.CfnRoutePropsMixin.Builder.apiKeyRequired(IResolvable apiKeyRequired) Specifies whether an API key is required for the route.CfnRoutePropsMixin.Builder.authorizationScopes(List<String> authorizationScopes) The authorization scopes supported by this route.CfnRoutePropsMixin.Builder.authorizationType(String authorizationType) The authorization type for the route.CfnRoutePropsMixin.Builder.authorizerId(String authorizerId) The identifier of theAuthorizerresource to be associated with this route.CfnRoutePropsMixin.Builder.authorizerId(IAuthorizerRef authorizerId) The identifier of theAuthorizerresource to be associated with this route.static CfnRoutePropsMixin.BuilderCfnRoutePropsMixin.Builder.create()static CfnRoutePropsMixin.BuilderCfnRoutePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRoutePropsMixin.Builder.modelSelectionExpression(String modelSelectionExpression) The model selection expression for the route.CfnRoutePropsMixin.Builder.operationName(String operationName) The operation name for the route.CfnRoutePropsMixin.Builder.requestModels(Object requestModels) The request models for the route.CfnRoutePropsMixin.Builder.requestParameters(Object requestParameters) The request parameters for the route.The route key for the route.CfnRoutePropsMixin.Builder.routeResponseSelectionExpression(String routeResponseSelectionExpression) The route response selection expression for the route.The target for the route.CfnRoutePropsMixin.Builder.target(IIntegrationRef target) The target for the route.