Interface ListDashManifestConfiguration.Builder

    • Method Detail

      • manifestName

        ListDashManifestConfiguration.Builder manifestName​(String manifestName)

        A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.

        Parameters:
        manifestName - A short string that's appended to the endpoint URL. The manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default manifest name, index.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        ListDashManifestConfiguration.Builder url​(String url)

        The egress domain URL for stream delivery from MediaPackage.

        Parameters:
        url - The egress domain URL for stream delivery from MediaPackage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.