@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:07.394Z") @Stability(value=Experimental) public interface StagePlacement extends software.amazon.jsii.JsiiSerializable
Note that you can provide only one of the below properties - specifying more than one will result in a validation error.
#justAfter| Modifier and Type | Interface and Description |
|---|---|
static class |
StagePlacement.Builder
A builder for
StagePlacement |
static class |
StagePlacement.Jsii$Proxy
An implementation for
StagePlacement |
| Modifier and Type | Method and Description |
|---|---|
static StagePlacement.Builder |
builder() |
default IStage |
getJustAfter()
(experimental) Inserts the new Stage as a child of the given Stage (changing its current child Stage, if it had one).
|
default IStage |
getRightBefore()
(experimental) Inserts the new Stage as a parent of the given Stage (changing its current parent Stage, if it had one).
|
@Stability(value=Experimental) @Nullable default IStage getJustAfter()
@Stability(value=Experimental) @Nullable default IStage getRightBefore()
@Stability(value=Experimental) static StagePlacement.Builder builder()
StagePlacement.Builder of StagePlacementCopyright © 2021. All rights reserved.