Package software.amazon.awscdk.pipelines
Interface AddStackOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AddStackOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:49.744Z")
@Stability(Deprecated)
@Deprecated
public interface AddStackOptions
extends software.amazon.jsii.JsiiSerializable
Deprecated.
(deprecated) Additional options for adding a stack deployment.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic AddStackOptions.Builder
builder()
Deprecated.default Number
Deprecated.default Number
Deprecated.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExecuteRunOrder
Deprecated.(deprecated) Base runorder.Default: - runOrder + 1
-
getRunOrder
Deprecated.(deprecated) Base runorder.Default: - Next sequential runorder
-
builder
Deprecated.- Returns:
- a
AddStackOptions.Builder
ofAddStackOptions
-
CodePipeline
class instead