Class CfnMultiplexPropsMixin.MultiplexSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnMultiplexPropsMixin.MultiplexSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnMultiplexPropsMixin.MultiplexSettingsProperty>
- Enclosing interface:
CfnMultiplexPropsMixin.MultiplexSettingsProperty
@Stability(Stable)
public static final class CfnMultiplexPropsMixin.MultiplexSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnMultiplexPropsMixin.MultiplexSettingsProperty>
A builder for
CfnMultiplexPropsMixin.MultiplexSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.maximumVideoBufferDelayMilliseconds(Number maximumVideoBufferDelayMilliseconds) transportStreamBitrate(Number transportStreamBitrate) transportStreamId(Number transportStreamId) Sets the value ofCfnMultiplexPropsMixin.MultiplexSettingsProperty.getTransportStreamId()transportStreamReservedBitrate(Number transportStreamReservedBitrate)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
maximumVideoBufferDelayMilliseconds
@Stability(Stable) public CfnMultiplexPropsMixin.MultiplexSettingsProperty.Builder maximumVideoBufferDelayMilliseconds(Number maximumVideoBufferDelayMilliseconds) Sets the value ofCfnMultiplexPropsMixin.MultiplexSettingsProperty.getMaximumVideoBufferDelayMilliseconds()- Parameters:
maximumVideoBufferDelayMilliseconds- Maximum video buffer delay in milliseconds.- Returns:
this
-
transportStreamBitrate
@Stability(Stable) public CfnMultiplexPropsMixin.MultiplexSettingsProperty.Builder transportStreamBitrate(Number transportStreamBitrate) - Parameters:
transportStreamBitrate- Transport stream bit rate.- Returns:
this
-
transportStreamId
@Stability(Stable) public CfnMultiplexPropsMixin.MultiplexSettingsProperty.Builder transportStreamId(Number transportStreamId) Sets the value ofCfnMultiplexPropsMixin.MultiplexSettingsProperty.getTransportStreamId()- Parameters:
transportStreamId- Transport stream ID.- Returns:
this
-
transportStreamReservedBitrate
@Stability(Stable) public CfnMultiplexPropsMixin.MultiplexSettingsProperty.Builder transportStreamReservedBitrate(Number transportStreamReservedBitrate) Sets the value ofCfnMultiplexPropsMixin.MultiplexSettingsProperty.getTransportStreamReservedBitrate()- Parameters:
transportStreamReservedBitrate- Transport stream reserved bit rate.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnMultiplexPropsMixin.MultiplexSettingsProperty>- Returns:
- a new instance of
CfnMultiplexPropsMixin.MultiplexSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-