@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:58.489Z") @Stability(value=Deprecated) @Deprecated public interface AddStackOptions extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.pipelines.*;
AddStackOptions addStackOptions = AddStackOptions.builder()
.executeRunOrder(123)
.runOrder(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddStackOptions.Builder
Deprecated.
|
static class |
AddStackOptions.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AddStackOptions.Builder |
builder()
Deprecated.
|
default Number |
getExecuteRunOrder()
Deprecated.
|
default Number |
getRunOrder()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @Nullable default Number getExecuteRunOrder()
Default: - runOrder + 1
@Stability(value=Deprecated) @Deprecated @Nullable default Number getRunOrder()
Default: - Next sequential runorder
@Stability(value=Deprecated) @Deprecated static AddStackOptions.Builder builder()
AddStackOptions.Builder of AddStackOptionsCopyright © 2022. All rights reserved.