Class CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.SrtOutputSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.SrtOutputSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.SrtOutputSettingsProperty>
A builder for
CfnChannelPropsMixin.SrtOutputSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbufferMsec(Number bufferMsec) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getBufferMsec()build()Builds the configured instance.containerSettings(CfnChannelPropsMixin.UdpContainerSettingsProperty containerSettings) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getContainerSettings()containerSettings(IResolvable containerSettings) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getContainerSettings()Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getDestination()destination(IResolvable destination) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getDestination()encryptionType(String encryptionType) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getEncryptionType()Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getLatency()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bufferMsec
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder bufferMsec(Number bufferMsec) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getBufferMsec()- Parameters:
bufferMsec- the value to be set.- Returns:
this
-
containerSettings
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder containerSettings(IResolvable containerSettings) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getContainerSettings()- Parameters:
containerSettings- the value to be set.- Returns:
this
-
containerSettings
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder containerSettings(CfnChannelPropsMixin.UdpContainerSettingsProperty containerSettings) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getContainerSettings()- Parameters:
containerSettings- the value to be set.- Returns:
this
-
destination
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder destination(IResolvable destination) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getDestination()- Parameters:
destination- the value to be set.- Returns:
this
-
destination
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder destination(CfnChannelPropsMixin.OutputLocationRefProperty destination) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getDestination()- Parameters:
destination- the value to be set.- Returns:
this
-
encryptionType
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder encryptionType(String encryptionType) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getEncryptionType()- Parameters:
encryptionType- the value to be set.- Returns:
this
-
latency
@Stability(Stable) public CfnChannelPropsMixin.SrtOutputSettingsProperty.Builder latency(Number latency) Sets the value ofCfnChannelPropsMixin.SrtOutputSettingsProperty.getLatency()- Parameters:
latency- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.SrtOutputSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.SrtOutputSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-