Uses of Class
software.amazon.awsconstructs.services.lambdaeventbridge.LambdaToEventbridgeProps.Builder
-
Uses of LambdaToEventbridgeProps.Builder in software.amazon.awsconstructs.services.lambdaeventbridge
Methods in software.amazon.awsconstructs.services.lambdaeventbridge that return LambdaToEventbridgeProps.BuilderModifier and TypeMethodDescriptionLambdaToEventbridgeProps.builder()Sets the value ofLambdaToEventbridgeProps.getDeployVpc()LambdaToEventbridgeProps.Builder.eventBusEnvironmentVariableName(String eventBusEnvironmentVariableName) Sets the value ofLambdaToEventbridgeProps.getEventBusEnvironmentVariableName()LambdaToEventbridgeProps.Builder.eventBusProps(software.amazon.awscdk.services.events.EventBusProps eventBusProps) Sets the value ofLambdaToEventbridgeProps.getEventBusProps()LambdaToEventbridgeProps.Builder.existingEventBusInterface(software.amazon.awscdk.services.events.IEventBus existingEventBusInterface) Sets the value ofLambdaToEventbridgeProps.getExistingEventBusInterface()LambdaToEventbridgeProps.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj) Sets the value ofLambdaToEventbridgeProps.getExistingLambdaObj()LambdaToEventbridgeProps.Builder.existingVpc(software.amazon.awscdk.services.ec2.IVpc existingVpc) Sets the value ofLambdaToEventbridgeProps.getExistingVpc()LambdaToEventbridgeProps.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps) Sets the value ofLambdaToEventbridgeProps.getLambdaFunctionProps()LambdaToEventbridgeProps.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps) Sets the value ofLambdaToEventbridgeProps.getVpcProps()Constructors in software.amazon.awsconstructs.services.lambdaeventbridge with parameters of type LambdaToEventbridgeProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theLambdaToEventbridgeProps.Builder.