public static final class CfnDetectorModel.OnExitProperty.Builder
extends java.lang.Object
CfnDetectorModel.OnExitProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDetectorModel.OnExitProperty |
build()
Builds the configured instance.
|
CfnDetectorModel.OnExitProperty.Builder |
events(IResolvable events)
Sets the value of
CfnDetectorModel.OnExitProperty.getEvents() |
CfnDetectorModel.OnExitProperty.Builder |
events(java.util.List<? extends java.lang.Object> events)
Sets the value of
CfnDetectorModel.OnExitProperty.getEvents() |
public CfnDetectorModel.OnExitProperty.Builder events(IResolvable events)
CfnDetectorModel.OnExitProperty.getEvents()
events
- Specifies the `actions` that are performed when the state is exited and the `condition` is `TRUE` .this
public CfnDetectorModel.OnExitProperty.Builder events(java.util.List<? extends java.lang.Object> events)
CfnDetectorModel.OnExitProperty.getEvents()
events
- Specifies the `actions` that are performed when the state is exited and the `condition` is `TRUE` .this
public CfnDetectorModel.OnExitProperty build()
CfnDetectorModel.OnExitProperty
java.lang.NullPointerException
- if any required attribute was not provided