@Stability(value=Stable) public static final class CfnDetectorModel.TransitionEventProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDetectorModel.TransitionEventProperty>
CfnDetectorModel.TransitionEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDetectorModel.TransitionEventProperty.Builder |
actions(IResolvable actions)
Sets the value of
CfnDetectorModel.TransitionEventProperty.getActions() |
CfnDetectorModel.TransitionEventProperty.Builder |
actions(List<? extends Object> actions)
Sets the value of
CfnDetectorModel.TransitionEventProperty.getActions() |
CfnDetectorModel.TransitionEventProperty |
build()
Builds the configured instance.
|
CfnDetectorModel.TransitionEventProperty.Builder |
condition(String condition)
Sets the value of
CfnDetectorModel.TransitionEventProperty.getCondition() |
CfnDetectorModel.TransitionEventProperty.Builder |
eventName(String eventName)
Sets the value of
CfnDetectorModel.TransitionEventProperty.getEventName() |
CfnDetectorModel.TransitionEventProperty.Builder |
nextState(String nextState)
Sets the value of
CfnDetectorModel.TransitionEventProperty.getNextState() |
@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty.Builder condition(String condition)
CfnDetectorModel.TransitionEventProperty.getCondition()condition - Required. This parameter is required.
A Boolean expression that when TRUE causes the actions to be performed and the nextState to be entered.this@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty.Builder eventName(String eventName)
CfnDetectorModel.TransitionEventProperty.getEventName()eventName - The name of the transition event. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty.Builder nextState(String nextState)
CfnDetectorModel.TransitionEventProperty.getNextState()nextState - The next state to enter. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty.Builder actions(IResolvable actions)
CfnDetectorModel.TransitionEventProperty.getActions()actions - The actions to be performed.this@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty.Builder actions(List<? extends Object> actions)
CfnDetectorModel.TransitionEventProperty.getActions()actions - The actions to be performed.this@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty build()
build in interface software.amazon.jsii.Builder<CfnDetectorModel.TransitionEventProperty>CfnDetectorModel.TransitionEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.