Uses of Class
software.aws.awsprototypingsdk.cdkgraph.SGNode.Builder
-
-
Uses of SGNode.Builder in software.aws.awsprototypingsdk.cdkgraph
Methods in software.aws.awsprototypingsdk.cdkgraph that return SGNode.Builder Modifier and Type Method Description SGNode.BuilderSGNode.Builder. attributes(Map<String,? extends Object> attributes)Sets the value ofSGEntity.getAttributes()static SGNode.BuilderSGNode. builder()SGNode.BuilderSGNode.Builder. cfnType(String cfnType)Sets the value ofSGNode.getCfnType()SGNode.BuilderSGNode.Builder. children(Map<String,? extends SGNode> children)Sets the value ofSGNode.getChildren()SGNode.BuilderSGNode.Builder. constructInfo(ConstructInfo constructInfo)Sets the value ofSGNode.getConstructInfo()SGNode.BuilderSGNode.Builder. edges(List<String> edges)Sets the value ofSGNode.getEdges()SGNode.BuilderSGNode.Builder. flags(List<? extends FlagEnum> flags)Sets the value ofSGEntity.getFlags()SGNode.BuilderSGNode.Builder. id(String id)Sets the value ofSGNode.getId()SGNode.BuilderSGNode.Builder. logicalId(String logicalId)Sets the value ofSGNode.getLogicalId()SGNode.BuilderSGNode.Builder. metadata(List<? extends software.constructs.MetadataEntry> metadata)Sets the value ofSGEntity.getMetadata()SGNode.BuilderSGNode.Builder. nodeType(NodeTypeEnum nodeType)Sets the value ofSGNode.getNodeType()SGNode.BuilderSGNode.Builder. parent(String parent)Sets the value ofSGNode.getParent()SGNode.BuilderSGNode.Builder. path(String path)Sets the value ofSGNode.getPath()SGNode.BuilderSGNode.Builder. stack(String stack)Sets the value ofSGNode.getStack()SGNode.BuilderSGNode.Builder. tags(Map<String,String> tags)Sets the value ofSGEntity.getTags()SGNode.BuilderSGNode.Builder. uuid(String uuid)Sets the value ofSGEntity.getUuid()Constructors in software.aws.awsprototypingsdk.cdkgraph with parameters of type SGNode.Builder Constructor Description Jsii$Proxy(SGNode.Builder builder)Constructor that initializes the object based on literal property values passed by theSGNode.Builder.
-