@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 - `CfnDetectorModel.TransitionEventProperty.Condition`. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty.Builder eventName(String eventName)
CfnDetectorModel.TransitionEventProperty.getEventName()eventName - `CfnDetectorModel.TransitionEventProperty.EventName`. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty.Builder nextState(String nextState)
CfnDetectorModel.TransitionEventProperty.getNextState()nextState - `CfnDetectorModel.TransitionEventProperty.NextState`. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty.Builder actions(IResolvable actions)
CfnDetectorModel.TransitionEventProperty.getActions()actions - `CfnDetectorModel.TransitionEventProperty.Actions`.this@Stability(value=Stable) public CfnDetectorModel.TransitionEventProperty.Builder actions(List<? extends Object> actions)
CfnDetectorModel.TransitionEventProperty.getActions()actions - `CfnDetectorModel.TransitionEventProperty.Actions`.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 © 2021. All rights reserved.