@Stability(value=Stable)
public static interface CfnDetectorModel.ResetTimerProperty
extends software.amazon.jsii.JsiiSerializable
The timer is reset to the previously evaluated result of the duration. The duration expression isn't reevaluated when you reset 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.*;
ResetTimerProperty resetTimerProperty = ResetTimerProperty.builder()
.timerName("timerName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorModel.ResetTimerProperty.Builder
A builder for
CfnDetectorModel.ResetTimerProperty |
static class |
CfnDetectorModel.ResetTimerProperty.Jsii$Proxy
An implementation for
CfnDetectorModel.ResetTimerProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorModel.ResetTimerProperty.Builder |
builder() |
String |
getTimerName()
The name of the timer to reset.
|
@Stability(value=Stable) @NotNull String getTimerName()
@Stability(value=Stable) static CfnDetectorModel.ResetTimerProperty.Builder builder()
Copyright © 2022. All rights reserved.