Class CfnChannel.UdpContainerSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.UdpContainerSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.UdpContainerSettingsProperty>
- Enclosing interface:
CfnChannel.UdpContainerSettingsProperty
@Stability(Stable)
public static final class CfnChannel.UdpContainerSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.UdpContainerSettingsProperty>
A builder for
CfnChannel.UdpContainerSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.m2TsSettings
(IResolvable m2TsSettings) Sets the value ofCfnChannel.UdpContainerSettingsProperty.getM2TsSettings()
m2TsSettings
(CfnChannel.M2tsSettingsProperty m2TsSettings) Sets the value ofCfnChannel.UdpContainerSettingsProperty.getM2TsSettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
m2TsSettings
@Stability(Stable) public CfnChannel.UdpContainerSettingsProperty.Builder m2TsSettings(IResolvable m2TsSettings) Sets the value ofCfnChannel.UdpContainerSettingsProperty.getM2TsSettings()
- Parameters:
m2TsSettings
- The M2TS configuration for this UDP output.- Returns:
this
-
m2TsSettings
@Stability(Stable) public CfnChannel.UdpContainerSettingsProperty.Builder m2TsSettings(CfnChannel.M2tsSettingsProperty m2TsSettings) Sets the value ofCfnChannel.UdpContainerSettingsProperty.getM2TsSettings()
- Parameters:
m2TsSettings
- The M2TS configuration for this UDP output.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.UdpContainerSettingsProperty>
- Returns:
- a new instance of
CfnChannel.UdpContainerSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-