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