Interface LineageNodeTypeItem.Builder

    • Method Detail

      • createdAt

        LineageNodeTypeItem.Builder createdAt​(Instant createdAt)

        The timestamp at which the data lineage node type was created.

        Parameters:
        createdAt - The timestamp at which the data lineage node type was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBy

        LineageNodeTypeItem.Builder createdBy​(String createdBy)

        The user who created the data lineage node type.

        Parameters:
        createdBy - The user who created the data lineage node type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        LineageNodeTypeItem.Builder description​(String description)

        The description of the data lineage node type.

        Parameters:
        description - The description of the data lineage node type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domainId

        LineageNodeTypeItem.Builder domainId​(String domainId)

        The ID of the domain where the data lineage node type lives.

        Parameters:
        domainId - The ID of the domain where the data lineage node type lives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • formsOutput

        LineageNodeTypeItem.Builder formsOutput​(Map<String,​FormEntryOutput> formsOutput)

        The forms output of the data lineage node type.

        Parameters:
        formsOutput - The forms output of the data lineage node type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        LineageNodeTypeItem.Builder name​(String name)

        The name of the data lineage node type.

        Parameters:
        name - The name of the data lineage node type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • revision

        LineageNodeTypeItem.Builder revision​(String revision)

        The revision of the data lineage node type.

        Parameters:
        revision - The revision of the data lineage node type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

        LineageNodeTypeItem.Builder updatedAt​(Instant updatedAt)

        The timestamp at which the data lineage node type was updated.

        Parameters:
        updatedAt - The timestamp at which the data lineage node type was updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedBy

        LineageNodeTypeItem.Builder updatedBy​(String updatedBy)

        The user who updated the data lineage node type.

        Parameters:
        updatedBy - The user who updated the data lineage node type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.