public static interface HttpPackageConfiguration.Builder extends SdkPojo, CopyableBuilder<HttpPackageConfiguration.Builder,HttpPackageConfiguration>
| Modifier and Type | Method and Description |
|---|---|
HttpPackageConfiguration.Builder |
path(String path)
The relative path to the URL for this VOD source.
|
HttpPackageConfiguration.Builder |
sourceGroup(String sourceGroup)
The name of the source group.
|
HttpPackageConfiguration.Builder |
type(String type)
The streaming protocol for this package configuration.
|
HttpPackageConfiguration.Builder |
type(Type type)
The streaming protocol for this package configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpPackageConfiguration.Builder path(String path)
The relative path to the URL for this VOD source. This is combined with
SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.
path - The relative path to the URL for this VOD source. This is combined with
SourceLocation::HttpConfiguration::BaseUrl to form a valid URL.HttpPackageConfiguration.Builder sourceGroup(String sourceGroup)
The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.
sourceGroup - The name of the source group. This has to match one of the Channel::Outputs::SourceGroup.HttpPackageConfiguration.Builder type(String type)
The streaming protocol for this package configuration. Supported values are HLS and
DASH.
HttpPackageConfiguration.Builder type(Type type)
The streaming protocol for this package configuration. Supported values are HLS and
DASH.
Copyright © 2022. All rights reserved.