@Stability(value=Stable) public static final class CfnOriginEndpoint.StreamSelectionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnOriginEndpoint.StreamSelectionProperty>
CfnOriginEndpoint.StreamSelectionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnOriginEndpoint.StreamSelectionProperty |
build()
Builds the configured instance.
|
CfnOriginEndpoint.StreamSelectionProperty.Builder |
maxVideoBitsPerSecond(Number maxVideoBitsPerSecond)
Sets the value of
CfnOriginEndpoint.StreamSelectionProperty.getMaxVideoBitsPerSecond() |
CfnOriginEndpoint.StreamSelectionProperty.Builder |
minVideoBitsPerSecond(Number minVideoBitsPerSecond)
Sets the value of
CfnOriginEndpoint.StreamSelectionProperty.getMinVideoBitsPerSecond() |
CfnOriginEndpoint.StreamSelectionProperty.Builder |
streamOrder(String streamOrder)
Sets the value of
CfnOriginEndpoint.StreamSelectionProperty.getStreamOrder() |
@Stability(value=Stable) public CfnOriginEndpoint.StreamSelectionProperty.Builder maxVideoBitsPerSecond(Number maxVideoBitsPerSecond)
CfnOriginEndpoint.StreamSelectionProperty.getMaxVideoBitsPerSecond()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@Stability(value=Stable) public CfnOriginEndpoint.StreamSelectionProperty.Builder minVideoBitsPerSecond(Number minVideoBitsPerSecond)
CfnOriginEndpoint.StreamSelectionProperty.getMinVideoBitsPerSecond()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@Stability(value=Stable) public CfnOriginEndpoint.StreamSelectionProperty.Builder streamOrder(String streamOrder)
CfnOriginEndpoint.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@Stability(value=Stable) public CfnOriginEndpoint.StreamSelectionProperty build()
build in interface software.amazon.jsii.Builder<CfnOriginEndpoint.StreamSelectionProperty>CfnOriginEndpoint.StreamSelectionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.