Interface FilterConfiguration.Builder

    • Method Detail

      • manifestFilter

        FilterConfiguration.Builder manifestFilter​(String manifestFilter)

        Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.

        Parameters:
        manifestFilter - Optionally specify one or more manifest filters for all of your manifest egress requests. When you include a manifest filter, note that you cannot use an identical manifest filter query parameter for this manifest's endpoint URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • start

        FilterConfiguration.Builder start​(Instant start)

        Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.

        Parameters:
        start - Optionally specify the start time for all of your manifest egress requests. When you include start time, note that you cannot use start time query parameters for this manifest's endpoint URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • end

        FilterConfiguration.Builder end​(Instant end)

        Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.

        Parameters:
        end - Optionally specify the end time for all of your manifest egress requests. When you include end time, note that you cannot use end time query parameters for this manifest's endpoint URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timeDelaySeconds

        FilterConfiguration.Builder timeDelaySeconds​(Integer timeDelaySeconds)

        Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.

        Parameters:
        timeDelaySeconds - Optionally specify the time delay for all of your manifest egress requests. Enter a value that is smaller than your endpoint's startover window. When you include time delay, note that you cannot use time delay query parameters for this manifest's endpoint URL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.