@Stability(value=Stable) public static final class CfnDetectorModel.StateProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDetectorModel.StateProperty>
CfnDetectorModel.StateProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDetectorModel.StateProperty.Builder stateName(String stateName)
CfnDetectorModel.StateProperty.getStateName()stateName - The name of the state. This parameter is required.this@Stability(value=Stable) public CfnDetectorModel.StateProperty.Builder onEnter(CfnDetectorModel.OnEnterProperty onEnter)
CfnDetectorModel.StateProperty.getOnEnter()onEnter - When entering this state, perform these `actions` if the `condition` is TRUE.this@Stability(value=Stable) public CfnDetectorModel.StateProperty.Builder onEnter(IResolvable onEnter)
CfnDetectorModel.StateProperty.getOnEnter()onEnter - When entering this state, perform these `actions` if the `condition` is TRUE.this@Stability(value=Stable) public CfnDetectorModel.StateProperty.Builder onExit(CfnDetectorModel.OnExitProperty onExit)
CfnDetectorModel.StateProperty.getOnExit()onExit - When exiting this state, perform these `actions` if the specified `condition` is `TRUE` .this@Stability(value=Stable) public CfnDetectorModel.StateProperty.Builder onExit(IResolvable onExit)
CfnDetectorModel.StateProperty.getOnExit()onExit - When exiting this state, perform these `actions` if the specified `condition` is `TRUE` .this@Stability(value=Stable) public CfnDetectorModel.StateProperty.Builder onInput(CfnDetectorModel.OnInputProperty onInput)
CfnDetectorModel.StateProperty.getOnInput()onInput - When an input is received and the `condition` is TRUE, perform the specified `actions` .this@Stability(value=Stable) public CfnDetectorModel.StateProperty.Builder onInput(IResolvable onInput)
CfnDetectorModel.StateProperty.getOnInput()onInput - When an input is received and the `condition` is TRUE, perform the specified `actions` .this@Stability(value=Stable) public CfnDetectorModel.StateProperty build()
build in interface software.amazon.jsii.Builder<CfnDetectorModel.StateProperty>CfnDetectorModel.StatePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.