@Stability(value=Experimental) public static final class AddStageOptions.Builder extends Object implements software.amazon.jsii.Builder<AddStageOptions>
AddStageOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AddStageOptions |
build()
Builds the configured instance.
|
AddStageOptions.Builder |
extraRunOrderSpace(Number extraRunOrderSpace)
Sets the value of
AddStageOptions.getExtraRunOrderSpace() |
AddStageOptions.Builder |
manualApprovals(Boolean manualApprovals)
Sets the value of
AddStageOptions.getManualApprovals() |
@Stability(value=Experimental) public AddStageOptions.Builder extraRunOrderSpace(Number extraRunOrderSpace)
AddStageOptions.getExtraRunOrderSpace()extraRunOrderSpace - Add room for extra actions.
You can use this to make extra room in the runOrder sequence between the
changeset 'prepare' and 'execute' actions and insert your own actions there.this@Stability(value=Experimental) public AddStageOptions.Builder manualApprovals(Boolean manualApprovals)
AddStageOptions.getManualApprovals()manualApprovals - Add manual approvals before executing change sets.
This gives humans the opportunity to confirm the change set looks alright
before deploying it.this@Stability(value=Experimental) public AddStageOptions build()
build in interface software.amazon.jsii.Builder<AddStageOptions>AddStageOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.