Interface Edge.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<Edge.Builder,Edge>
,SdkBuilder<Edge.Builder,Edge>
,SdkPojo
- Enclosing class:
- Edge
public static interface Edge.Builder extends SdkPojo, CopyableBuilder<Edge.Builder,Edge>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Edge.Builder
destinationId(String destinationId)
The unique of the node within the workflow where the edge ends.Edge.Builder
sourceId(String sourceId)
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 Detail
-
sourceId
Edge.Builder sourceId(String 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
Edge.Builder destinationId(String 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.
-
-