@Stability(value=Experimental) public static final class TransitionOptions.Builder extends Object implements software.amazon.jsii.Builder<TransitionOptions>
TransitionOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
TransitionOptions |
build()
Builds the configured instance.
|
TransitionOptions.Builder |
eventName(String eventName)
Sets the value of
TransitionOptions.getEventName() |
TransitionOptions.Builder |
executing(List<? extends IAction> executing)
Sets the value of
TransitionOptions.getExecuting() |
TransitionOptions.Builder |
when(Expression when)
Sets the value of
TransitionOptions.getWhen() |
@Stability(value=Experimental) public TransitionOptions.Builder when(Expression when)
TransitionOptions.getWhen()when - The condition that is used to determine to cause the state transition and the actions. This parameter is required.
When this was evaluated to true, the state transition and the actions are triggered.this@Stability(value=Experimental) public TransitionOptions.Builder eventName(String eventName)
TransitionOptions.getEventName()eventName - The name of the event.this@Stability(value=Experimental) public TransitionOptions.Builder executing(List<? extends IAction> executing)
TransitionOptions.getExecuting()executing - The actions to be performed with the transition.this@Stability(value=Experimental) public TransitionOptions build()
build in interface software.amazon.jsii.Builder<TransitionOptions>TransitionOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.