Interface ExportTaskExecutionInfo.Builder

  • Method Details

    • creationTime

      ExportTaskExecutionInfo.Builder creationTime(Long creationTime)

      The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      creationTime - The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completionTime

      ExportTaskExecutionInfo.Builder completionTime(Long completionTime)

      The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

      Parameters:
      completionTime - The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.