@Stability(value=Stable) public static final class StageOptions.Builder extends Object implements software.amazon.jsii.Builder<StageOptions>
StageOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StageOptions.Builder |
actions(List<IAction> actions)
Sets the value of
StageProps.getActions() |
StageOptions |
build()
Builds the configured instance.
|
StageOptions.Builder |
placement(StagePlacement placement)
Sets the value of
StageOptions.getPlacement() |
StageOptions.Builder |
stageName(String stageName)
Sets the value of
StageProps.getStageName() |
@Stability(value=Stable) public StageOptions.Builder placement(StagePlacement placement)
StageOptions.getPlacement()placement - the value to be set.this@Stability(value=Stable) public StageOptions.Builder stageName(String stageName)
StageProps.getStageName()stageName - The physical, human-readable name to assign to this Pipeline Stage. This parameter is required.this@Stability(value=Stable) public StageOptions.Builder actions(List<IAction> actions)
StageProps.getActions()actions - The list of Actions to create this Stage with.
You can always add more Actions later by calling {@link IStage#addAction}.this@Stability(value=Stable) public StageOptions build()
build in interface software.amazon.jsii.Builder<StageOptions>StageOptionsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.