Class CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.UdpOutputSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.UdpOutputSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.UdpOutputSettingsProperty>
A builder for
CfnChannelPropsMixin.UdpOutputSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbufferMsec(Number bufferMsec) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getBufferMsec()build()Builds the configured instance.containerSettings(CfnChannelPropsMixin.UdpContainerSettingsProperty containerSettings) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getContainerSettings()containerSettings(IResolvable containerSettings) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getContainerSettings()Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getDestination()destination(IResolvable destination) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getDestination()fecOutputSettings(CfnChannelPropsMixin.FecOutputSettingsProperty fecOutputSettings) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getFecOutputSettings()fecOutputSettings(IResolvable fecOutputSettings) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getFecOutputSettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bufferMsec
@Stability(Stable) public CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder bufferMsec(Number bufferMsec) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getBufferMsec()- Parameters:
bufferMsec- The UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, and so on.- Returns:
this
-
containerSettings
@Stability(Stable) public CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder containerSettings(IResolvable containerSettings) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getContainerSettings()- Parameters:
containerSettings- The settings for the UDP output.- Returns:
this
-
containerSettings
@Stability(Stable) public CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder containerSettings(CfnChannelPropsMixin.UdpContainerSettingsProperty containerSettings) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getContainerSettings()- Parameters:
containerSettings- The settings for the UDP output.- Returns:
this
-
destination
@Stability(Stable) public CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder destination(IResolvable destination) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getDestination()- Parameters:
destination- The destination address and port number for RTP or UDP packets. These can be unicast or multicast RTP or UDP (for example, rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).- Returns:
this
-
destination
@Stability(Stable) public CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder destination(CfnChannelPropsMixin.OutputLocationRefProperty destination) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getDestination()- Parameters:
destination- The destination address and port number for RTP or UDP packets. These can be unicast or multicast RTP or UDP (for example, rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).- Returns:
this
-
fecOutputSettings
@Stability(Stable) public CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder fecOutputSettings(IResolvable fecOutputSettings) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getFecOutputSettings()- Parameters:
fecOutputSettings- The settings for enabling and adjusting Forward Error Correction on UDP outputs.- Returns:
this
-
fecOutputSettings
@Stability(Stable) public CfnChannelPropsMixin.UdpOutputSettingsProperty.Builder fecOutputSettings(CfnChannelPropsMixin.FecOutputSettingsProperty fecOutputSettings) Sets the value ofCfnChannelPropsMixin.UdpOutputSettingsProperty.getFecOutputSettings()- Parameters:
fecOutputSettings- The settings for enabling and adjusting Forward Error Correction on UDP outputs.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.UdpOutputSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.UdpOutputSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-