Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnRouteMixinProps.Builder
Packages that use CfnRouteMixinProps.Builder
-
Uses of CfnRouteMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2 that return CfnRouteMixinProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnRouteMixinProps.getApiId()Sets the value ofCfnRouteMixinProps.getApiId()CfnRouteMixinProps.Builder.apiKeyRequired(Boolean apiKeyRequired) Sets the value ofCfnRouteMixinProps.getApiKeyRequired()CfnRouteMixinProps.Builder.apiKeyRequired(IResolvable apiKeyRequired) Sets the value ofCfnRouteMixinProps.getApiKeyRequired()CfnRouteMixinProps.Builder.authorizationScopes(List<String> authorizationScopes) Sets the value ofCfnRouteMixinProps.getAuthorizationScopes()CfnRouteMixinProps.Builder.authorizationType(String authorizationType) Sets the value ofCfnRouteMixinProps.getAuthorizationType()CfnRouteMixinProps.Builder.authorizerId(String authorizerId) Sets the value ofCfnRouteMixinProps.getAuthorizerId()CfnRouteMixinProps.Builder.authorizerId(IAuthorizerRef authorizerId) Sets the value ofCfnRouteMixinProps.getAuthorizerId()static CfnRouteMixinProps.BuilderCfnRouteMixinProps.builder()CfnRouteMixinProps.Builder.modelSelectionExpression(String modelSelectionExpression) Sets the value ofCfnRouteMixinProps.getModelSelectionExpression()CfnRouteMixinProps.Builder.operationName(String operationName) Sets the value ofCfnRouteMixinProps.getOperationName()CfnRouteMixinProps.Builder.requestModels(Object requestModels) Sets the value ofCfnRouteMixinProps.getRequestModels()CfnRouteMixinProps.Builder.requestParameters(Object requestParameters) Sets the value ofCfnRouteMixinProps.getRequestParameters()Sets the value ofCfnRouteMixinProps.getRouteKey()CfnRouteMixinProps.Builder.routeResponseSelectionExpression(String routeResponseSelectionExpression) Sets the value ofCfnRouteMixinProps.getRouteResponseSelectionExpression()Sets the value ofCfnRouteMixinProps.getTarget()CfnRouteMixinProps.Builder.target(IIntegrationRef target) Sets the value ofCfnRouteMixinProps.getTarget()Constructors in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2 with parameters of type CfnRouteMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnRouteMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRouteMixinProps.Builder.