@Stability(value=Stable) public static final class CfnDetectorModel.SetTimerProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDetectorModel.SetTimerProperty>
CfnDetectorModel.SetTimerProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDetectorModel.SetTimerProperty |
build()
Builds the configured instance.
|
CfnDetectorModel.SetTimerProperty.Builder |
durationExpression(String durationExpression)
Sets the value of
CfnDetectorModel.SetTimerProperty.getDurationExpression() |
CfnDetectorModel.SetTimerProperty.Builder |
seconds(Number seconds)
Sets the value of
CfnDetectorModel.SetTimerProperty.getSeconds() |
CfnDetectorModel.SetTimerProperty.Builder |
timerName(String timerName)
Sets the value of
CfnDetectorModel.SetTimerProperty.getTimerName() |
@Stability(value=Stable) public CfnDetectorModel.SetTimerProperty.Builder timerName(String timerName)
CfnDetectorModel.SetTimerProperty.getTimerName()timerName - `CfnDetectorModel.SetTimerProperty.TimerName`. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.SetTimerProperty.Builder durationExpression(String durationExpression)
CfnDetectorModel.SetTimerProperty.getDurationExpression()durationExpression - `CfnDetectorModel.SetTimerProperty.DurationExpression`.this@Stability(value=Stable) public CfnDetectorModel.SetTimerProperty.Builder seconds(Number seconds)
CfnDetectorModel.SetTimerProperty.getSeconds()seconds - `CfnDetectorModel.SetTimerProperty.Seconds`.this@Stability(value=Stable) public CfnDetectorModel.SetTimerProperty build()
build in interface software.amazon.jsii.Builder<CfnDetectorModel.SetTimerProperty>CfnDetectorModel.SetTimerPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.