Interface ClipRange.Builder

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

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

    • endOffsetMillis

      ClipRange.Builder endOffsetMillis(Long endOffsetMillis)

      The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.

      Parameters:
      endOffsetMillis - The end offset of the clip range, in milliseconds, starting from the beginning of the VOD source associated with the program.
      Returns:
      Returns a reference to this object so that method calls can be chained together.