Interface ImportTaskDetails.Builder

  • Method Details

    • status

      Status of the import task.

      Parameters:
      status - Status of the import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      ImportTaskDetails.Builder startTime(Instant startTime)

      Time at which the import task started.

      Parameters:
      startTime - Time at which the import task started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeElapsedSeconds

      ImportTaskDetails.Builder timeElapsedSeconds(Long timeElapsedSeconds)

      Seconds elapsed since the import task started.

      Parameters:
      timeElapsedSeconds - Seconds elapsed since the import task started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • progressPercentage

      ImportTaskDetails.Builder progressPercentage(Integer progressPercentage)

      The percentage progress so far.

      Parameters:
      progressPercentage - The percentage progress so far.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorCount

      ImportTaskDetails.Builder errorCount(Integer errorCount)

      The number of errors encountered so far.

      Parameters:
      errorCount - The number of errors encountered so far.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorDetails

      ImportTaskDetails.Builder errorDetails(String errorDetails)

      Details about the errors that have been encountered.

      Parameters:
      errorDetails - Details about the errors that have been encountered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statementCount

      ImportTaskDetails.Builder statementCount(Long statementCount)

      The number of statements in the import task.

      Parameters:
      statementCount - The number of statements in the import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dictionaryEntryCount

      ImportTaskDetails.Builder dictionaryEntryCount(Long dictionaryEntryCount)

      The number of dictionary entries in the import task.

      Parameters:
      dictionaryEntryCount - The number of dictionary entries in the import task.
      Returns:
      Returns a reference to this object so that method calls can be chained together.