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