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 Details

    • 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:
    • 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: