| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
actions(List<? extends IAction> actions)
Sets the value of
Event.getActions() |
Event |
build()
Builds the configured instance.
|
Event.Builder |
condition(Expression condition)
Sets the value of
Event.getCondition() |
Event.Builder |
eventName(String eventName)
Sets the value of
Event.getEventName() |
@Stability(value=Experimental) public Event.Builder eventName(String eventName)
Event.getEventName()eventName - The name of the event. This parameter is required.this@Stability(value=Experimental) public Event.Builder actions(List<? extends IAction> actions)
Event.getActions()actions - The actions to be performed.this@Stability(value=Experimental) public Event.Builder condition(Expression condition)
Event.getCondition()condition - The Boolean expression that, when `true`, causes the actions to be performed.this@Stability(value=Experimental) public Event build()
build in interface software.amazon.jsii.Builder<Event>EventNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.