Interface CfnDetectorModel.StateProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorModel.StateProperty.Jsii$Proxy
- Enclosing class:
CfnDetectorModel
@Stability(Stable)
public static interface CfnDetectorModel.StateProperty
extends software.amazon.jsii.JsiiSerializable
Information that defines a state of a detector.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDetectorModel.StateProperty
static final class
An implementation forCfnDetectorModel.StateProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Object
When entering this state, perform theseactions
if thecondition
is TRUE.default Object
When exiting this state, perform theseactions
if the specifiedcondition
isTRUE
.default Object
When an input is received and thecondition
is TRUE, perform the specifiedactions
.The name of the state.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStateName
The name of the state.- See Also:
-
getOnEnter
When entering this state, perform theseactions
if thecondition
is TRUE.- See Also:
-
getOnExit
When exiting this state, perform theseactions
if the specifiedcondition
isTRUE
.- See Also:
-
getOnInput
When an input is received and thecondition
is TRUE, perform the specifiedactions
.- See Also:
-
builder
-