Interface DataProcessingDetails.Builder

    • Method Detail

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