Interface ExecutionAttempt.Builder

  • Method Details

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