Interface ListHlsManifestConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListHlsManifestConfiguration.Builder,ListHlsManifestConfiguration>,SdkBuilder<ListHlsManifestConfiguration.Builder,ListHlsManifestConfiguration>,SdkPojo
- Enclosing class:
- ListHlsManifestConfiguration
public static interface ListHlsManifestConfiguration.Builder extends SdkPojo, CopyableBuilder<ListHlsManifestConfiguration.Builder,ListHlsManifestConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListHlsManifestConfiguration.BuilderchildManifestName(String childManifestName)A short string that's appended to the endpoint URL.ListHlsManifestConfiguration.BuildermanifestName(String manifestName)A short short string that's appended to the endpoint URL.ListHlsManifestConfiguration.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
ListHlsManifestConfiguration.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
ListHlsManifestConfiguration.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
ListHlsManifestConfiguration.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.
-
-