Interface ListLowLatencyHlsManifestConfiguration.Builder

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

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

    • manifestName

      A short 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. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

      Parameters:
      manifestName - A short 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. MediaPackage automatically inserts the format extension, such as .m3u8. You can't use the same manifest name if you use HLS manifest and low-latency HLS manifest. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • childManifestName

      ListLowLatencyHlsManifestConfiguration.Builder childManifestName(String childManifestName)

      A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.

      Parameters:
      childManifestName - A short string that's appended to the endpoint URL. The child manifest name creates a unique path to this endpoint. If you don't enter a value, MediaPackage uses the default child manifest name, index_1. The manifestName on the HLSManifest object overrides the manifestName you provided on the originEndpoint object.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.