public static final class StagePlacement.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StagePlacement
software.amazon.jsii.JsiiObject.InitializationModeStagePlacement.Builder, StagePlacement.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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).
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public Number getAtIndex()
Pipeline#stageCount,
which will insert the new Stage at the end of the Pipeline.getAtIndex in interface StagePlacement@Nullable public Stage getJustAfter()
getJustAfter in interface StagePlacement@Nullable public Stage getRightBefore()
getRightBefore in interface StagePlacementCopyright © 2018. All rights reserved.