Interface Timing.Builder

    • Method Detail

      • submitTimeMillis

        Timing.Builder submitTimeMillis​(Long submitTimeMillis)

        The time the job was submitted to Elastic Transcoder, in epoch milliseconds.

        Parameters:
        submitTimeMillis - The time the job was submitted to Elastic Transcoder, in epoch milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTimeMillis

        Timing.Builder startTimeMillis​(Long startTimeMillis)

        The time the job began transcoding, in epoch milliseconds.

        Parameters:
        startTimeMillis - The time the job began transcoding, in epoch milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finishTimeMillis

        Timing.Builder finishTimeMillis​(Long finishTimeMillis)

        The time the job finished transcoding, in epoch milliseconds.

        Parameters:
        finishTimeMillis - The time the job finished transcoding, in epoch milliseconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.