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.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #events(List) .events - a consumer that will call methods on List.Builder #events(List) 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.
List.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #transitionEvents(List) .transitionEvents - a consumer that will call methods on List.Builder #transitionEvents(List) Copyright © 2022. All rights reserved.