@Stability(value=Stable)
public static interface CfnDetectorModel.ClearTimerProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorModel.ClearTimerProperty.Builder
A builder for
CfnDetectorModel.ClearTimerProperty |
static class |
CfnDetectorModel.ClearTimerProperty.Jsii$Proxy
An implementation for
CfnDetectorModel.ClearTimerProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorModel.ClearTimerProperty.Builder |
builder() |
String |
getTimerName()
The name of the timer to clear.
|
@Stability(value=Stable) @NotNull String getTimerName()
@Stability(value=Stable) static CfnDetectorModel.ClearTimerProperty.Builder builder()
Copyright © 2022. All rights reserved.