public static final class EventbridgeToStepfunctionsProps.Builder extends Object implements software.amazon.jsii.Builder<EventbridgeToStepfunctionsProps>
EventbridgeToStepfunctionsProps| Constructor and Description |
|---|
Builder() |
public EventbridgeToStepfunctionsProps.Builder eventRuleProps(software.amazon.awscdk.services.events.RuleProps eventRuleProps)
EventbridgeToStepfunctionsProps.getEventRuleProps()eventRuleProps - User provided eventRuleProps to override the defaults. This parameter is required.thispublic EventbridgeToStepfunctionsProps.Builder stateMachineProps(software.amazon.awscdk.services.stepfunctions.StateMachineProps stateMachineProps)
EventbridgeToStepfunctionsProps.getStateMachineProps()stateMachineProps - User provided StateMachineProps to override the defaults. This parameter is required.thispublic EventbridgeToStepfunctionsProps.Builder createCloudWatchAlarms(Boolean createCloudWatchAlarms)
EventbridgeToStepfunctionsProps.getCreateCloudWatchAlarms()createCloudWatchAlarms - Whether to create recommended CloudWatch alarms.thispublic EventbridgeToStepfunctionsProps.Builder eventBusProps(software.amazon.awscdk.services.events.EventBusProps eventBusProps)
EventbridgeToStepfunctionsProps.getEventBusProps()eventBusProps - A new custom EventBus is created with provided props.thispublic EventbridgeToStepfunctionsProps.Builder existingEventBusInterface(software.amazon.awscdk.services.events.IEventBus existingEventBusInterface)
EventbridgeToStepfunctionsProps.getExistingEventBusInterface()existingEventBusInterface - Existing instance of a custom EventBus.thispublic EventbridgeToStepfunctionsProps.Builder logGroupProps(software.amazon.awscdk.services.logs.LogGroupProps logGroupProps)
EventbridgeToStepfunctionsProps.getLogGroupProps()logGroupProps - User provided props to override the default props for the CloudWatchLogs LogGroup.thispublic EventbridgeToStepfunctionsProps build()
build in interface software.amazon.jsii.Builder<EventbridgeToStepfunctionsProps>EventbridgeToStepfunctionsPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.