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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDetectorModel.ClearTimerProperty
static final class
An 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. -
builder
-