@Stability(value=Stable)
public static interface CfnDetectorModel.TransitionEventProperty
extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDetectorModel.TransitionEventProperty.Builder
A builder for
CfnDetectorModel.TransitionEventProperty |
static class |
CfnDetectorModel.TransitionEventProperty.Jsii$Proxy
An implementation for
CfnDetectorModel.TransitionEventProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDetectorModel.TransitionEventProperty.Builder |
builder() |
default Object |
getActions()
`CfnDetectorModel.TransitionEventProperty.Actions`.
|
String |
getCondition()
`CfnDetectorModel.TransitionEventProperty.Condition`.
|
String |
getEventName()
`CfnDetectorModel.TransitionEventProperty.EventName`.
|
String |
getNextState()
`CfnDetectorModel.TransitionEventProperty.NextState`.
|
@Stability(value=Stable) @NotNull String getCondition()
@Stability(value=Stable) @NotNull String getEventName()
@Stability(value=Stable) @NotNull String getNextState()
@Stability(value=Stable) @Nullable default Object getActions()
@Stability(value=Stable) static CfnDetectorModel.TransitionEventProperty.Builder builder()
Copyright © 2021. All rights reserved.