@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T18:00:29.454Z") public interface StagePlacement extends software.amazon.jsii.JsiiSerializable
#atIndex| Modifier and Type | Interface and Description |
|---|---|
static class |
StagePlacement.Builder
A builder for
StagePlacement |
static class |
StagePlacement.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static StagePlacement.Builder |
builder() |
Number |
getAtIndex()
Inserts the new Stage at the given index in the Pipeline,
moving the Stage currently at that index,
and any subsequent ones, one index down.
|
Stage |
getJustAfter()
Inserts the new Stage as a child of the given Stage
(changing its current child Stage, if it had one).
|
Stage |
getRightBefore()
Inserts the new Stage as a parent of the given Stage
(changing its current parent Stage, if it had one).
|
Number getAtIndex()
Pipeline#stageCount,
which will insert the new Stage at the end of the Pipeline.Stage getJustAfter()
Stage getRightBefore()
static StagePlacement.Builder builder()
StagePlacement.Builder of StagePlacementCopyright © 2018. All rights reserved.