Interface Edge.Builder

    • Method Detail

      • sourceArn

        Edge.Builder sourceArn​(String sourceArn)

        The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.

        Parameters:
        sourceArn - The Amazon Resource Name (ARN) of the source lineage entity of the directed edge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationArn

        Edge.Builder destinationArn​(String destinationArn)

        The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.

        Parameters:
        destinationArn - The Amazon Resource Name (ARN) of the destination lineage entity of the directed edge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • associationType

        Edge.Builder associationType​(String associationType)

        The type of the Association(Edge) between the source and destination. For example ContributedTo, Produced, or DerivedFrom.

        Parameters:
        associationType - The type of the Association(Edge) between the source and destination. For example ContributedTo, Produced, or DerivedFrom.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssociationEdgeType, AssociationEdgeType
      • associationType

        Edge.Builder associationType​(AssociationEdgeType associationType)

        The type of the Association(Edge) between the source and destination. For example ContributedTo, Produced, or DerivedFrom.

        Parameters:
        associationType - The type of the Association(Edge) between the source and destination. For example ContributedTo, Produced, or DerivedFrom.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AssociationEdgeType, AssociationEdgeType