Interface CfnDetectorModel.ClearTimerProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDetectorModel.ClearTimerProperty.Jsii$Proxy
- Enclosing class:
CfnDetectorModel
@Stability(Stable)
public static interface CfnDetectorModel.ClearTimerProperty
extends software.amazon.jsii.JsiiSerializable
Information needed to clear the timer.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotevents.*;
ClearTimerProperty clearTimerProperty = ClearTimerProperty.builder()
.timerName("timerName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDetectorModel.ClearTimerPropertystatic final classAn implementation forCfnDetectorModel.ClearTimerProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimerName
The name of the timer to clear.- See Also:
-
builder
-