Interface Vertex.Builder

    • Method Detail

      • arn

        Vertex.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the lineage entity resource.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the lineage entity resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Vertex.Builder type​(String type)

        The type of the lineage entity resource. For example: DataSet, Model, Endpoint, etc...

        Parameters:
        type - The type of the lineage entity resource. For example: DataSet, Model, Endpoint, etc...
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lineageType

        Vertex.Builder lineageType​(String lineageType)

        The type of resource of the lineage entity.

        Parameters:
        lineageType - The type of resource of the lineage entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LineageType, LineageType
      • lineageType

        Vertex.Builder lineageType​(LineageType lineageType)

        The type of resource of the lineage entity.

        Parameters:
        lineageType - The type of resource of the lineage entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        LineageType, LineageType