public static final class CfnChannel.HlsInputSettingsProperty.Builder
extends java.lang.Object
CfnChannel.HlsInputSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.HlsInputSettingsProperty.Builder |
bandwidth(java.lang.Number bandwidth)
Sets the value of
CfnChannel.HlsInputSettingsProperty.getBandwidth() |
CfnChannel.HlsInputSettingsProperty.Builder |
bufferSegments(java.lang.Number bufferSegments)
Sets the value of
CfnChannel.HlsInputSettingsProperty.getBufferSegments() |
CfnChannel.HlsInputSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.HlsInputSettingsProperty.Builder |
retries(java.lang.Number retries)
Sets the value of
CfnChannel.HlsInputSettingsProperty.getRetries() |
CfnChannel.HlsInputSettingsProperty.Builder |
retryInterval(java.lang.Number retryInterval)
Sets the value of
CfnChannel.HlsInputSettingsProperty.getRetryInterval() |
CfnChannel.HlsInputSettingsProperty.Builder |
scte35Source(java.lang.String scte35Source)
Sets the value of
CfnChannel.HlsInputSettingsProperty.getScte35Source() |
public CfnChannel.HlsInputSettingsProperty.Builder bandwidth(java.lang.Number bandwidth)
CfnChannel.HlsInputSettingsProperty.getBandwidth()
bandwidth
- When specified, the HLS stream with the m3u8 bandwidth that most closely matches this value is chosen.
Otherwise, the highest bandwidth stream in the m3u8 is chosen. The bitrate is specified in bits per second, as in an HLS manifest.this
public CfnChannel.HlsInputSettingsProperty.Builder bufferSegments(java.lang.Number bufferSegments)
CfnChannel.HlsInputSettingsProperty.getBufferSegments()
bufferSegments
- When specified, reading of the HLS input begins this many buffer segments from the end (most recently written segment).
When not specified, the HLS input begins with the first segment specified in the m3u8.this
public CfnChannel.HlsInputSettingsProperty.Builder retries(java.lang.Number retries)
CfnChannel.HlsInputSettingsProperty.getRetries()
retries
- The number of consecutive times that attempts to read a manifest or segment must fail before the input is considered unavailable.this
public CfnChannel.HlsInputSettingsProperty.Builder retryInterval(java.lang.Number retryInterval)
CfnChannel.HlsInputSettingsProperty.getRetryInterval()
retryInterval
- The number of seconds between retries when an attempt to read a manifest or segment fails.this
public CfnChannel.HlsInputSettingsProperty.Builder scte35Source(java.lang.String scte35Source)
CfnChannel.HlsInputSettingsProperty.getScte35Source()
scte35Source
- Identifies the source for the SCTE-35 messages that MediaLive will ingest.
Messages can be ingested from the content segments (in the stream) or from tags in the playlist (the HLS manifest). MediaLive ignores SCTE-35 information in the source that is not selected.this
public CfnChannel.HlsInputSettingsProperty build()
CfnChannel.HlsInputSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided