Interface Edge.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Edge.Builder,
,Edge> SdkBuilder<Edge.Builder,
,Edge> SdkPojo
- Enclosing class:
Edge
-
Method Summary
Modifier and TypeMethodDescriptiondestinationId
(String destinationId) The unique of the node within the workflow where the edge ends.The unique of the node within the workflow where the edge starts.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
sourceId
The unique of the node within the workflow where the edge starts.
- Parameters:
sourceId
- The unique of the node within the workflow where the edge starts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinationId
The unique of the node within the workflow where the edge ends.
- Parameters:
destinationId
- The unique of the node within the workflow where the edge ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-