@Stability(value=Stable) public static final class StagePlacement.Builder extends Object implements software.amazon.jsii.Builder<StagePlacement>
StagePlacement| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StagePlacement |
build()
Builds the configured instance.
|
StagePlacement.Builder |
justAfter(IStage justAfter)
Sets the value of
StagePlacement.getJustAfter() |
StagePlacement.Builder |
rightBefore(IStage rightBefore)
Sets the value of
StagePlacement.getRightBefore() |
@Stability(value=Stable) public StagePlacement.Builder justAfter(IStage justAfter)
StagePlacement.getJustAfter()justAfter - Inserts the new Stage as a child of the given Stage (changing its current child Stage, if it had one).this@Stability(value=Stable) public StagePlacement.Builder rightBefore(IStage rightBefore)
StagePlacement.getRightBefore()rightBefore - Inserts the new Stage as a parent of the given Stage (changing its current parent Stage, if it had one).this@Stability(value=Stable) public StagePlacement build()
build in interface software.amazon.jsii.Builder<StagePlacement>StagePlacementNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.