@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-11T12:53:02.492Z") @Stability(value=Stable) 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()
Inserts the new Stage as a child of the given Stage (changing its current child Stage, if it had one).
|
default IStage |
getRightBefore()
Inserts the new Stage as a parent of the given Stage (changing its current parent Stage, if it had one).
|
@Stability(value=Stable) @Nullable default IStage getJustAfter()
@Stability(value=Stable) @Nullable default IStage getRightBefore()
@Stability(value=Stable) static StagePlacement.Builder builder()
StagePlacement.Builder of StagePlacementCopyright © 2020. All rights reserved.