@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:07.394Z") @Stability(value=Experimental) 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()
(experimental) The list of Actions to create this Stage with.
|
String |
getStageName()
(experimental) The physical, human-readable name to assign to this Pipeline Stage.
|
@Stability(value=Experimental) @NotNull String getStageName()
@Stability(value=Experimental) @Nullable default List<IAction> getActions()
You can always add more Actions later by calling {@link IStage#addAction}.
@Stability(value=Experimental) static StageProps.Builder builder()
StageProps.Builder of StagePropsCopyright © 2021. All rights reserved.