Interface TimeShiftConfiguration.Builder

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

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

    • maxTimeDelaySeconds

      TimeShiftConfiguration.Builder maxTimeDelaySeconds(Integer maxTimeDelaySeconds)

      The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).

      Parameters:
      maxTimeDelaySeconds - The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
      Returns:
      Returns a reference to this object so that method calls can be chained together.