@Generated(value="jsii-pacmak/1.27.0 (build 07d848a)", date="2021-04-12T10:04:48.268Z") @Stability(value=Stable) public interface StageProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
StageProps.Builder
A builder for
StageProps |
static class |
StageProps.Jsii$Proxy
An implementation for
StageProps |
| Modifier and Type | Method and Description |
|---|---|
static StageProps.Builder |
builder() |
default List<IAction> |
getActions()
The list of Actions to create this Stage with.
|
String |
getStageName()
The physical, human-readable name to assign to this Pipeline Stage.
|
@Stability(value=Stable) @NotNull String getStageName()
@Stability(value=Stable) @Nullable default List<IAction> getActions()
You can always add more Actions later by calling {@link IStage#addAction}.
@Stability(value=Stable) static StageProps.Builder builder()
StageProps.Builder of StagePropsCopyright © 2021. All rights reserved.