Class CfnChannelPropsMixin.MsSmoothOutputSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.MsSmoothOutputSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.MsSmoothOutputSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.MsSmoothOutputSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.MsSmoothOutputSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.MsSmoothOutputSettingsProperty>
A builder for
CfnChannelPropsMixin.MsSmoothOutputSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.h265PackagingType(String h265PackagingType) nameModifier(String nameModifier) Sets the value ofCfnChannelPropsMixin.MsSmoothOutputSettingsProperty.getNameModifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
h265PackagingType
@Stability(Stable) public CfnChannelPropsMixin.MsSmoothOutputSettingsProperty.Builder h265PackagingType(String h265PackagingType) - Parameters:
h265PackagingType- Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.- Returns:
this
-
nameModifier
@Stability(Stable) public CfnChannelPropsMixin.MsSmoothOutputSettingsProperty.Builder nameModifier(String nameModifier) Sets the value ofCfnChannelPropsMixin.MsSmoothOutputSettingsProperty.getNameModifier()- Parameters:
nameModifier- A string that is concatenated to the end of the destination file name. This is required for multiple outputs of the same type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.MsSmoothOutputSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.MsSmoothOutputSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-