Struct aws_sdk_mediapackage::model::cmaf_package_create_or_update_parameters::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CmafPackageCreateOrUpdateParameters
Implementations
A Common Media Application Format (CMAF) encryption configuration.
A Common Media Application Format (CMAF) encryption configuration.
Appends an item to hls_manifests
.
To override the contents of this collection use set_hls_manifests
.
A list of HLS manifest configurations
pub fn set_hls_manifests(
self,
input: Option<Vec<HlsManifestCreateOrUpdateParameters>>
) -> Self
pub fn set_hls_manifests(
self,
input: Option<Vec<HlsManifestCreateOrUpdateParameters>>
) -> Self
A list of HLS manifest configurations
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
Duration (in seconds) of each segment. Actual segments will be rounded to the nearest multiple of the source segment duration.
An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
An optional custom string that is prepended to the name of each segment. If not specified, it defaults to the ChannelId.
A StreamSelection configuration.
A StreamSelection configuration.
Consumes the builder and constructs a CmafPackageCreateOrUpdateParameters
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more