public static final class CfnPackagingConfiguration.StreamSelectionProperty.Builder
extends java.lang.Object
CfnPackagingConfiguration.StreamSelectionProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnPackagingConfiguration.StreamSelectionProperty |
build()
Builds the configured instance.
|
CfnPackagingConfiguration.StreamSelectionProperty.Builder |
maxVideoBitsPerSecond(java.lang.Number maxVideoBitsPerSecond)
|
CfnPackagingConfiguration.StreamSelectionProperty.Builder |
minVideoBitsPerSecond(java.lang.Number minVideoBitsPerSecond)
|
CfnPackagingConfiguration.StreamSelectionProperty.Builder |
streamOrder(java.lang.String streamOrder)
Sets the value of
CfnPackagingConfiguration.StreamSelectionProperty.getStreamOrder() |
public CfnPackagingConfiguration.StreamSelectionProperty.Builder maxVideoBitsPerSecond(java.lang.Number maxVideoBitsPerSecond)
maxVideoBitsPerSecond
- The upper limit of the bitrates that this endpoint serves.
If the video track exceeds this threshold, then AWS Elemental MediaPackage excludes it from output. If you don't specify a value, it defaults to 2147483647 bits per second.this
public CfnPackagingConfiguration.StreamSelectionProperty.Builder minVideoBitsPerSecond(java.lang.Number minVideoBitsPerSecond)
minVideoBitsPerSecond
- The lower limit of the bitrates that this endpoint serves.
If the video track is below this threshold, then AWS Elemental MediaPackage excludes it from output. If you don't specify a value, it defaults to 0 bits per second.this
public CfnPackagingConfiguration.StreamSelectionProperty.Builder streamOrder(java.lang.String streamOrder)
CfnPackagingConfiguration.StreamSelectionProperty.getStreamOrder()
streamOrder
- Order in which the different video bitrates are presented to the player.
Valid values: ORIGINAL
, VIDEO_BITRATE_ASCENDING
, VIDEO_BITRATE_DESCENDING
.this
public CfnPackagingConfiguration.StreamSelectionProperty build()
CfnPackagingConfiguration.StreamSelectionProperty
java.lang.NullPointerException
- if any required attribute was not provided