Interface DashAvailabilityStartTimeConfiguration.Builder

  • Method Details

    • fixedAvailabilityStartTime

      DashAvailabilityStartTimeConfiguration.Builder fixedAvailabilityStartTime(Instant fixedAvailabilityStartTime)

      The fixed availability start time for the DASH manifest, in ISO 8601 date-time format. The value must have hourly granularity, meaning that the minutes, seconds, and fractional seconds must be zero. The value must be on or after 2024-01-01T00:00:00Z and must be at least 14 days before the current time.

      Parameters:
      fixedAvailabilityStartTime - The fixed availability start time for the DASH manifest, in ISO 8601 date-time format. The value must have hourly granularity, meaning that the minutes, seconds, and fractional seconds must be zero. The value must be on or after 2024-01-01T00:00:00Z and must be at least 14 days before the current time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.