Class StageNode
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.cdkgraph.BaseEntity
-
- software.aws.awsprototypingsdk.cdkgraph.Node
-
- software.aws.awsprototypingsdk.cdkgraph.StageNode
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,ISerializableEntity,ISerializableNode
@Generated(value="jsii-pacmak/1.82.0 (build 2d2ddd7)", date="2023-08-24T23:07:44.495Z") @Stability(Experimental) public class StageNode extends Node
(experimental) StageNode defines a cdk Stage.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.ISerializableEntity
ISerializableEntity.Jsii$Default
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.cdkgraph.ISerializableNode
ISerializableNode.Jsii$Default, ISerializableNode.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStageNode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedStageNode(software.amazon.jsii.JsiiObjectRef objRef)StageNode(ITypedNodeProps props)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddStack(StackNode stack)(experimental) Associate aStackNodewith this stage.List<StackNode>getStacks()(experimental) Gets all stacks contained by this stage.static BooleanisStageNode(Node node)(experimental) Indicates if node is aStageNode.BooleanmutateRemoveStack(StackNode stack)(experimental) DisassociateStackNodefrom this stage.static StageNodeof(Node node)(experimental) Gets theStageNodecontaining a given resource.-
Methods inherited from class software.aws.awsprototypingsdk.cdkgraph.Node
addChild, addLink, addReverseLink, doesDependOn, doesReference, find, findAll, findAll, findAllLinks, findAllLinks, findAncestor, findAncestor, findChild, findLink, findLink, findLink, findLink, findLinks, findLinks, findLinks, findLinks, getAllowDestructiveMutations, getCfnProp, getCfnProps, getCfnType, getChild, getChildren, getConstructInfo, getConstructInfoFqn, getDependedOnBy, getDependencies, getDependencyLinks, getDepth, getId, getIsAsset, getIsCfnFqn, getIsCluster, getIsCustomResource, getIsExtraneous, getIsGraphContainer, getIsLeaf, getIsTopLevel, getLinkChains, getLinkChains, getLinks, getLogicalId, getNearestAncestor, getNodeType, getParent, getPath, getReferencedBy, getReferenceLinks, getReferences, getReverseDependencyLinks, getReverseLinks, getReverseReferenceLinks, getRootStack, getScopes, getSiblings, getStack, isAncestor, isChild, mutateCollapse, mutateCollapseTo, mutateCollapseToParent, mutateDestroy, mutateDestroy, mutateHoist, mutateMove, mutateRemoveChild, mutateRemoveLink, mutateRemoveReverseLink, mutateUncluster, toString
-
Methods inherited from class software.aws.awsprototypingsdk.cdkgraph.BaseEntity
addAttribute, addFlag, addMetadata, addTag, applyData, applyData, applyData, findMetadata, getAttribute, getAttributes, getFlags, getIsDestroyed, getIsMutated, getMetadata, getStore, getTag, getTags, getUuid, hasAttribute, hasAttribute, hasFlag, hasMetadata, hasTag, hasTag, setAttribute, setTag
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
StageNode
protected StageNode(software.amazon.jsii.JsiiObjectRef objRef)
-
StageNode
protected StageNode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
StageNode
@Stability(Experimental) public StageNode(@NotNull ITypedNodeProps props)- Parameters:
props- This parameter is required.
-
-
Method Detail
-
isStageNode
@Stability(Experimental) @NotNull public static Boolean isStageNode(@NotNull Node node)
(experimental) Indicates if node is aStageNode.- Parameters:
node- This parameter is required.
-
of
@Stability(Experimental) @NotNull public static StageNode of(@NotNull Node node)
(experimental) Gets theStageNodecontaining a given resource.- Parameters:
node- This parameter is required.
-
addStack
@Stability(Experimental) public void addStack(@NotNull StackNode stack)(experimental) Associate aStackNodewith this stage.- Parameters:
stack- This parameter is required.
-
mutateRemoveStack
@Stability(Experimental) @NotNull public Boolean mutateRemoveStack(@NotNull StackNode stack)
(experimental) DisassociateStackNodefrom this stage.- Parameters:
stack- This parameter is required.
-
-