Interface Timing.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Timing.Builder,Timing>, SdkBuilder<Timing.Builder,Timing>, SdkPojo
Enclosing class:
Timing

public static interface Timing.Builder extends SdkPojo, CopyableBuilder<Timing.Builder,Timing>
  • Method Details

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