Interface CfnDetectorModel.DetectorModelDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorModel.DetectorModelDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnDetectorModel
@Stability(Stable)
public static interface CfnDetectorModel.DetectorModelDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
Information that defines how a detector operates.
Example:
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDetectorModel.DetectorModelDefinitionProperty
static final class
An implementation forCfnDetectorModel.DetectorModelDefinitionProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The state that is entered at the creation of each detector (instance).Information about the states of the detector.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInitialStateName
The state that is entered at the creation of each detector (instance).- See Also:
-
getStates
Information about the states of the detector.- See Also:
-
builder
-