Interface LineageSqlQueryRunDetails.Builder

    • Method Detail

      • errorMessages

        LineageSqlQueryRunDetails.Builder errorMessages​(Collection<String> errorMessages)

        The error message of the SQL query run details of a data lineage run.

        Parameters:
        errorMessages - The error message of the SQL query run details of a data lineage run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessages

        LineageSqlQueryRunDetails.Builder errorMessages​(String... errorMessages)

        The error message of the SQL query run details of a data lineage run.

        Parameters:
        errorMessages - The error message of the SQL query run details of a data lineage run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • numQueriesFailed

        LineageSqlQueryRunDetails.Builder numQueriesFailed​(Integer numQueriesFailed)

        The number of queries that failed in the SQL query run details of a data lineage run.

        Parameters:
        numQueriesFailed - The number of queries that failed in the SQL query run details of a data lineage run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryEndTime

        LineageSqlQueryRunDetails.Builder queryEndTime​(Instant queryEndTime)

        The query end time in the SQL query run details of a data lineage run.

        Parameters:
        queryEndTime - The query end time in the SQL query run details of a data lineage run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryStartTime

        LineageSqlQueryRunDetails.Builder queryStartTime​(Instant queryStartTime)

        The query start time in the SQL query run details of a data lineage run.

        Parameters:
        queryStartTime - The query start time in the SQL query run details of a data lineage run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalQueriesProcessed

        LineageSqlQueryRunDetails.Builder totalQueriesProcessed​(Integer totalQueriesProcessed)

        The total queries processed in the SQL query run details of a data lineage run.

        Parameters:
        totalQueriesProcessed - The total queries processed in the SQL query run details of a data lineage run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.