@Stability(value=Stable) public static final class CfnDetectorModel.EventProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDetectorModel.EventProperty>
CfnDetectorModel.EventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDetectorModel.EventProperty.Builder |
actions(IResolvable actions)
Sets the value of
CfnDetectorModel.EventProperty.getActions() |
CfnDetectorModel.EventProperty.Builder |
actions(List<? extends Object> actions)
Sets the value of
CfnDetectorModel.EventProperty.getActions() |
CfnDetectorModel.EventProperty |
build()
Builds the configured instance.
|
CfnDetectorModel.EventProperty.Builder |
condition(String condition)
Sets the value of
CfnDetectorModel.EventProperty.getCondition() |
CfnDetectorModel.EventProperty.Builder |
eventName(String eventName)
Sets the value of
CfnDetectorModel.EventProperty.getEventName() |
@Stability(value=Stable) public CfnDetectorModel.EventProperty.Builder eventName(String eventName)
CfnDetectorModel.EventProperty.getEventName()eventName - The name of the event. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.EventProperty.Builder actions(IResolvable actions)
CfnDetectorModel.EventProperty.getActions()actions - The actions to be performed.this@Stability(value=Stable) public CfnDetectorModel.EventProperty.Builder actions(List<? extends Object> actions)
CfnDetectorModel.EventProperty.getActions()actions - The actions to be performed.this@Stability(value=Stable) public CfnDetectorModel.EventProperty.Builder condition(String condition)
CfnDetectorModel.EventProperty.getCondition()condition - Optional.
The Boolean expression that, when TRUE, causes the actions to be performed. If not present, the actions are performed (=TRUE). If the expression result is not a Boolean value, the actions are not performed (=FALSE).this@Stability(value=Stable) public CfnDetectorModel.EventProperty build()
build in interface software.amazon.jsii.Builder<CfnDetectorModel.EventProperty>CfnDetectorModel.EventPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.