public static interface OnInputLifecycle.Builder extends SdkPojo, CopyableBuilder<OnInputLifecycle.Builder,OnInputLifecycle>
| Modifier and Type | Method and Description |
|---|---|
OnInputLifecycle.Builder |
events(Collection<Event> events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
events(Consumer<Event.Builder>... events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
events(Event... events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
transitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
transitionEvents(Consumer<TransitionEvent.Builder>... transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
transitionEvents(TransitionEvent... transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOnInputLifecycle.Builder events(Collection<Event> events)
Specifies the actions performed when the condition evaluates to TRUE.
events - Specifies the actions performed when the condition evaluates to TRUE.OnInputLifecycle.Builder events(Event... events)
Specifies the actions performed when the condition evaluates to TRUE.
events - Specifies the actions performed when the condition evaluates to TRUE.OnInputLifecycle.Builder events(Consumer<Event.Builder>... events)
Specifies the actions performed when the condition evaluates to TRUE.
Event.Builder avoiding the need to create one
manually via Event.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #events(List.
events - a consumer that will call methods on
Event.Builder#events(java.util.Collection) OnInputLifecycle.Builder transitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
transitionEvents - Specifies the actions performed, and the next state entered, when a condition evaluates
to TRUE.OnInputLifecycle.Builder transitionEvents(TransitionEvent... transitionEvents)
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
transitionEvents - Specifies the actions performed, and the next state entered, when a condition evaluates
to TRUE.OnInputLifecycle.Builder transitionEvents(Consumer<TransitionEvent.Builder>... transitionEvents)
Specifies the actions performed, and the next state entered, when a condition evaluates to TRUE.
TransitionEvent.Builder avoiding the need to create
one manually via TransitionEvent.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #transitionEvents(List.
transitionEvents - a consumer that will call methods on
TransitionEvent.Builder#transitionEvents(java.util.Collection) Copyright © 2023. All rights reserved.