Uses of Class
software.amazon.awsconstructs.services.apigatewaylambda.ApiGatewayToLambdaProps.Builder
-
Uses of ApiGatewayToLambdaProps.Builder in software.amazon.awsconstructs.services.apigatewaylambda
Methods in software.amazon.awsconstructs.services.apigatewaylambda that return ApiGatewayToLambdaProps.BuilderModifier and TypeMethodDescriptionApiGatewayToLambdaProps.Builder.apiGatewayProps(Object apiGatewayProps) Sets the value ofApiGatewayToLambdaProps.getApiGatewayProps()ApiGatewayToLambdaProps.builder()ApiGatewayToLambdaProps.Builder.createUsagePlan(Boolean createUsagePlan) Sets the value ofApiGatewayToLambdaProps.getCreateUsagePlan()ApiGatewayToLambdaProps.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj) Sets the value ofApiGatewayToLambdaProps.getExistingLambdaObj()ApiGatewayToLambdaProps.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps) Sets the value ofApiGatewayToLambdaProps.getLambdaFunctionProps()ApiGatewayToLambdaProps.Builder.logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps) Sets the value ofApiGatewayToLambdaProps.getLogGroupProps()Constructors in software.amazon.awsconstructs.services.apigatewaylambda with parameters of type ApiGatewayToLambdaProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApiGatewayToLambdaProps.Builder.