| Package | Description |
|---|---|
| software.amazon.awscdk.services.iotevents |
AWS::IoTEvents Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
State |
State.Builder.build() |
State |
DetectorModelProps.getInitialState()
(experimental) The state that is entered at the creation of each detector.
|
State |
DetectorModelProps.Jsii$Proxy.getInitialState() |
| Modifier and Type | Method and Description |
|---|---|
DetectorModelProps.Builder |
DetectorModelProps.Builder.initialState(State initialState)
Sets the value of
DetectorModelProps.getInitialState() |
DetectorModel.Builder |
DetectorModel.Builder.initialState(State initialState)
(experimental) The state that is entered at the creation of each detector.
|
void |
State.transitionTo(State targetState,
TransitionOptions options)
(experimental) Add a transition event to the state.
|
Copyright © 2022. All rights reserved.