public static interface Edge.Builder extends SdkPojo, CopyableBuilder<Edge.Builder,Edge>
| Modifier and Type | Method and Description |
|---|---|
Edge.Builder |
associationType(AssociationEdgeType associationType)
The type of the Association(Edge) between the source and destination.
|
Edge.Builder |
associationType(String associationType)
The type of the Association(Edge) between the source and destination.
|
Edge.Builder |
destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
|
Edge.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEdge.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
sourceArn - The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.Edge.Builder destinationArn(String destinationArn)
The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
destinationArn - The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.Edge.Builder associationType(String associationType)
The type of the Association(Edge) between the source and destination. For example ContributedTo,
Produced, or DerivedFrom.
associationType - The type of the Association(Edge) between the source and destination. For example
ContributedTo, Produced, or DerivedFrom.AssociationEdgeType,
AssociationEdgeTypeEdge.Builder associationType(AssociationEdgeType associationType)
The type of the Association(Edge) between the source and destination. For example ContributedTo,
Produced, or DerivedFrom.
associationType - The type of the Association(Edge) between the source and destination. For example
ContributedTo, Produced, or DerivedFrom.AssociationEdgeType,
AssociationEdgeTypeCopyright © 2022. All rights reserved.