Interface CodeGenEdge.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CodeGenEdge.Builder,
,CodeGenEdge> SdkBuilder<CodeGenEdge.Builder,
,CodeGenEdge> SdkPojo
- Enclosing class:
CodeGenEdge
@Mutable
@NotThreadSafe
public static interface CodeGenEdge.Builder
extends SdkPojo, CopyableBuilder<CodeGenEdge.Builder,CodeGenEdge>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the node at which the edge starts.The ID of the node at which the edge ends.targetParameter
(String targetParameter) The target of the edge.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, sdkFieldNameToField, sdkFields
-
Method Details
-
source
The ID of the node at which the edge starts.
- Parameters:
source
- The ID of the node at which the edge starts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
target
The ID of the node at which the edge ends.
- Parameters:
target
- The ID of the node at which the edge ends.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetParameter
The target of the edge.
- Parameters:
targetParameter
- The target of the edge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-