| Package | Description |
|---|---|
| software.amazon.awssdk.services.iotevents.model |
| Modifier and Type | Method and Description |
|---|---|
static State.Builder |
State.builder() |
default State.Builder |
State.Builder.onEnter(Consumer<OnEnterLifecycle.Builder> onEnter)
When entering this state, perform these
actions if the condition is TRUE. |
State.Builder |
State.Builder.onEnter(OnEnterLifecycle onEnter)
When entering this state, perform these
actions if the condition is TRUE. |
default State.Builder |
State.Builder.onExit(Consumer<OnExitLifecycle.Builder> onExit)
When exiting this state, perform these
actions if the specified condition is
TRUE. |
State.Builder |
State.Builder.onExit(OnExitLifecycle onExit)
When exiting this state, perform these
actions if the specified condition is
TRUE. |
default State.Builder |
State.Builder.onInput(Consumer<OnInputLifecycle.Builder> onInput)
When an input is received and the
condition is TRUE, perform the specified actions. |
State.Builder |
State.Builder.onInput(OnInputLifecycle onInput)
When an input is received and the
condition is TRUE, perform the specified actions. |
State.Builder |
State.Builder.stateName(String stateName)
The name of the state.
|
State.Builder |
State.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends State.Builder> |
State.serializableBuilderClass() |
Copyright © 2022. All rights reserved.