public static interface CodeGenEdge.Builder extends CopyableBuilder<CodeGenEdge.Builder,CodeGenEdge>
| Modifier and Type | Method and Description |
|---|---|
CodeGenEdge.Builder |
source(String source)
The ID of the node at which the edge starts.
|
CodeGenEdge.Builder |
target(String target)
The ID of the node at which the edge ends.
|
CodeGenEdge.Builder |
targetParameter(String targetParameter)
The target of the edge.
|
copyapply, buildCodeGenEdge.Builder source(String source)
The ID of the node at which the edge starts.
source - The ID of the node at which the edge starts.CodeGenEdge.Builder target(String target)
The ID of the node at which the edge ends.
target - The ID of the node at which the edge ends.CodeGenEdge.Builder targetParameter(String targetParameter)
The target of the edge.
targetParameter - The target of the edge.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.