public static final class EventsRuleToLambdaProps.Builder extends Object implements software.amazon.jsii.Builder<EventsRuleToLambdaProps>
EventsRuleToLambdaProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EventsRuleToLambdaProps |
build()
Builds the configured instance.
|
EventsRuleToLambdaProps.Builder |
eventBusProps(software.amazon.awscdk.services.events.EventBusProps eventBusProps)
Sets the value of
EventsRuleToLambdaProps.getEventBusProps() |
EventsRuleToLambdaProps.Builder |
eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
Sets the value of
EventsRuleToLambdaProps.getEventRuleProps() |
EventsRuleToLambdaProps.Builder |
existingEventBusInterface(software.amazon.awscdk.services.events.IEventBus existingEventBusInterface)
Sets the value of
EventsRuleToLambdaProps.getExistingEventBusInterface() |
EventsRuleToLambdaProps.Builder |
existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Sets the value of
EventsRuleToLambdaProps.getExistingLambdaObj() |
EventsRuleToLambdaProps.Builder |
lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Sets the value of
EventsRuleToLambdaProps.getLambdaFunctionProps() |
public EventsRuleToLambdaProps.Builder eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
EventsRuleToLambdaProps.getEventRuleProps()eventRuleProps - User provided eventRuleProps to override the defaults. This parameter is required.thispublic EventsRuleToLambdaProps.Builder eventBusProps(software.amazon.awscdk.services.events.EventBusProps eventBusProps)
EventsRuleToLambdaProps.getEventBusProps()eventBusProps - A new custom EventBus is created with provided props.thispublic EventsRuleToLambdaProps.Builder existingEventBusInterface(software.amazon.awscdk.services.events.IEventBus existingEventBusInterface)
EventsRuleToLambdaProps.getExistingEventBusInterface()existingEventBusInterface - Existing instance of a custom EventBus.thispublic EventsRuleToLambdaProps.Builder existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
EventsRuleToLambdaProps.getExistingLambdaObj()existingLambdaObj - Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.thispublic EventsRuleToLambdaProps.Builder lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
EventsRuleToLambdaProps.getLambdaFunctionProps()lambdaFunctionProps - User provided props to override the default props for the Lambda function.thispublic EventsRuleToLambdaProps build()
build in interface software.amazon.jsii.Builder<EventsRuleToLambdaProps>EventsRuleToLambdaPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.