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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLowLatencyHlsManifestConfiguration.BuilderchildManifestName(String childManifestName)A short string that's appended to the endpoint URL.ListLowLatencyHlsManifestConfiguration.BuildermanifestName(String manifestName)A short short string that's appended to the endpoint URL.ListLowLatencyHlsManifestConfiguration.Builderurl(String url)The egress domain URL for stream delivery from MediaPackage.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
manifestName
ListLowLatencyHlsManifestConfiguration.Builder manifestName(String 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
ListLowLatencyHlsManifestConfiguration.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.
-
-