public static final class CfnDetectorModel.OnInputProperty.Builder
extends java.lang.Object
CfnDetectorModel.OnInputProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDetectorModel.OnInputProperty |
build()
Builds the configured instance.
|
CfnDetectorModel.OnInputProperty.Builder |
events(IResolvable events)
Sets the value of
CfnDetectorModel.OnInputProperty.getEvents() |
CfnDetectorModel.OnInputProperty.Builder |
events(java.util.List<? extends java.lang.Object> events)
Sets the value of
CfnDetectorModel.OnInputProperty.getEvents() |
CfnDetectorModel.OnInputProperty.Builder |
transitionEvents(IResolvable transitionEvents)
Sets the value of
CfnDetectorModel.OnInputProperty.getTransitionEvents() |
CfnDetectorModel.OnInputProperty.Builder |
transitionEvents(java.util.List<? extends java.lang.Object> transitionEvents)
Sets the value of
CfnDetectorModel.OnInputProperty.getTransitionEvents() |
public CfnDetectorModel.OnInputProperty.Builder events(IResolvable events)
CfnDetectorModel.OnInputProperty.getEvents()
events
- Specifies the actions performed when the `condition` evaluates to TRUE.this
public CfnDetectorModel.OnInputProperty.Builder events(java.util.List<? extends java.lang.Object> events)
CfnDetectorModel.OnInputProperty.getEvents()
events
- Specifies the actions performed when the `condition` evaluates to TRUE.this
public CfnDetectorModel.OnInputProperty.Builder transitionEvents(IResolvable transitionEvents)
CfnDetectorModel.OnInputProperty.getTransitionEvents()
transitionEvents
- Specifies the actions performed, and the next state entered, when a `condition` evaluates to TRUE.this
public CfnDetectorModel.OnInputProperty.Builder transitionEvents(java.util.List<? extends java.lang.Object> transitionEvents)
CfnDetectorModel.OnInputProperty.getTransitionEvents()
transitionEvents
- Specifies the actions performed, and the next state entered, when a `condition` evaluates to TRUE.this
public CfnDetectorModel.OnInputProperty build()
CfnDetectorModel.OnInputProperty
java.lang.NullPointerException
- if any required attribute was not provided