Interface Timing.Builder

    • Method Detail

      • finishTime

        Timing.Builder finishTime​(Instant finishTime)
        The time, in Unix epoch format, that the transcoding job finished
        Parameters:
        finishTime - The time, in Unix epoch format, that the transcoding job finished
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        Timing.Builder startTime​(Instant startTime)
        The time, in Unix epoch format, that transcoding for the job began.
        Parameters:
        startTime - The time, in Unix epoch format, that transcoding for the job began.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • submitTime

        Timing.Builder submitTime​(Instant submitTime)
        The time, in Unix epoch format, that you submitted the job.
        Parameters:
        submitTime - The time, in Unix epoch format, that you submitted the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.