Class CfnDetectorModelPropsMixin.ResetTimerProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iotevents.CfnDetectorModelPropsMixin.ResetTimerProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDetectorModelPropsMixin.ResetTimerProperty>
- Enclosing interface:
CfnDetectorModelPropsMixin.ResetTimerProperty
@Stability(Stable)
public static final class CfnDetectorModelPropsMixin.ResetTimerProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDetectorModelPropsMixin.ResetTimerProperty>
A builder for
CfnDetectorModelPropsMixin.ResetTimerProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDetectorModelPropsMixin.ResetTimerProperty.getTimerName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
timerName
@Stability(Stable) public CfnDetectorModelPropsMixin.ResetTimerProperty.Builder timerName(String timerName) Sets the value ofCfnDetectorModelPropsMixin.ResetTimerProperty.getTimerName()- Parameters:
timerName- The name of the timer to reset.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDetectorModelPropsMixin.ResetTimerProperty>- Returns:
- a new instance of
CfnDetectorModelPropsMixin.ResetTimerProperty - Throws:
NullPointerException- if any required attribute was not provided
-