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