Interface ExecutionAttempt.Builder

    • Method Detail

      • status

        ExecutionAttempt.Builder status​(String status)

        The status of the last column statistics task run.

        Parameters:
        status - The status of the last column statistics task run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExecutionStatus, ExecutionStatus
      • columnStatisticsTaskRunId

        ExecutionAttempt.Builder columnStatisticsTaskRunId​(String columnStatisticsTaskRunId)

        A task run ID for the last column statistics task run.

        Parameters:
        columnStatisticsTaskRunId - A task run ID for the last column statistics task run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionTimestamp

        ExecutionAttempt.Builder executionTimestamp​(Instant executionTimestamp)

        A timestamp when the last column statistics task run occurred.

        Parameters:
        executionTimestamp - A timestamp when the last column statistics task run occurred.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errorMessage

        ExecutionAttempt.Builder errorMessage​(String errorMessage)

        An error message associated with the last column statistics task run.

        Parameters:
        errorMessage - An error message associated with the last column statistics task run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.