| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static OnInputLifecycle.Builder |
OnInputLifecycle.builder() |
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.events(Collection<Event> events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.events(Consumer<Event.Builder>... events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.events(Event... events)
Specifies the actions performed when the
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
OnInputLifecycle.toBuilder() |
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.transitionEvents(Collection<TransitionEvent> transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.transitionEvents(Consumer<TransitionEvent.Builder>... transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
OnInputLifecycle.Builder |
OnInputLifecycle.Builder.transitionEvents(TransitionEvent... transitionEvents)
Specifies the actions performed, and the next state entered, when a
condition evaluates to TRUE. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OnInputLifecycle.Builder> |
OnInputLifecycle.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default State.Builder |
State.Builder.onInput(Consumer<OnInputLifecycle.Builder> onInput)
When an input is received and the
condition is TRUE, perform the specified actions. |
Copyright © 2022. All rights reserved.