Class CfnChannel.MsSmoothOutputSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.medialive.CfnChannel.MsSmoothOutputSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannel.MsSmoothOutputSettingsProperty>
- Enclosing interface:
CfnChannel.MsSmoothOutputSettingsProperty
@Stability(Stable)
public static final class CfnChannel.MsSmoothOutputSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannel.MsSmoothOutputSettingsProperty>
A builder for
CfnChannel.MsSmoothOutputSettingsProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.h265PackagingType
(String h265PackagingType) Sets the value ofCfnChannel.MsSmoothOutputSettingsProperty.getH265PackagingType()
nameModifier
(String nameModifier) Sets the value ofCfnChannel.MsSmoothOutputSettingsProperty.getNameModifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
h265PackagingType
@Stability(Stable) public CfnChannel.MsSmoothOutputSettingsProperty.Builder h265PackagingType(String h265PackagingType) Sets the value ofCfnChannel.MsSmoothOutputSettingsProperty.getH265PackagingType()
- 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 CfnChannel.MsSmoothOutputSettingsProperty.Builder nameModifier(String nameModifier) Sets the value ofCfnChannel.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:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannel.MsSmoothOutputSettingsProperty>
- Returns:
- a new instance of
CfnChannel.MsSmoothOutputSettingsProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-