Interface DataProcessingDetails.Builder

  • Method Details

    • status

      The status of the data processing sub-task of the job.

      Parameters:
      status - The status of the data processing sub-task of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the data processing sub-task of the job.

      Parameters:
      status - The status of the data processing sub-task of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      DataProcessingDetails.Builder creationTime(Instant creationTime)

      The start time of the data processing sub-task of the job.

      Parameters:
      creationTime - The start time of the data processing sub-task of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      DataProcessingDetails.Builder lastModifiedTime(Instant lastModifiedTime)

      The latest update to the data processing sub-task of the job.

      Parameters:
      lastModifiedTime - The latest update to the data processing sub-task of the job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.