Uses of Class
software.amazon.awscdk.services.events.OnEventOptions.Builder
-
Uses of OnEventOptions.Builder in software.amazon.awscdk.services.events
Modifier and TypeMethodDescriptionstatic OnEventOptions.Builder
OnEventOptions.builder()
OnEventOptions.Builder.crossStackScope
(software.constructs.Construct crossStackScope) Sets the value ofEventCommonOptions.getCrossStackScope()
OnEventOptions.Builder.description
(String description) Sets the value ofEventCommonOptions.getDescription()
OnEventOptions.Builder.eventPattern
(EventPattern eventPattern) Sets the value ofEventCommonOptions.getEventPattern()
Sets the value ofEventCommonOptions.getRuleName()
OnEventOptions.Builder.target
(IRuleTarget target) Sets the value ofOnEventOptions.getTarget()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(OnEventOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theOnEventOptions.Builder
.