Class CfnChannelPropsMixin.ArchiveOutputSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.ArchiveOutputSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelPropsMixin.ArchiveOutputSettingsProperty>
- Enclosing interface:
CfnChannelPropsMixin.ArchiveOutputSettingsProperty
@Stability(Stable)
public static final class CfnChannelPropsMixin.ArchiveOutputSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelPropsMixin.ArchiveOutputSettingsProperty>
A builder for
CfnChannelPropsMixin.ArchiveOutputSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.containerSettings(CfnChannelPropsMixin.ArchiveContainerSettingsProperty containerSettings) containerSettings(IResolvable containerSettings) Sets the value ofCfnChannelPropsMixin.ArchiveOutputSettingsProperty.getExtension()nameModifier(String nameModifier) Sets the value ofCfnChannelPropsMixin.ArchiveOutputSettingsProperty.getNameModifier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
containerSettings
@Stability(Stable) public CfnChannelPropsMixin.ArchiveOutputSettingsProperty.Builder containerSettings(IResolvable containerSettings) - Parameters:
containerSettings- The settings that are specific to the container type of the file.- Returns:
this
-
containerSettings
@Stability(Stable) public CfnChannelPropsMixin.ArchiveOutputSettingsProperty.Builder containerSettings(CfnChannelPropsMixin.ArchiveContainerSettingsProperty containerSettings) - Parameters:
containerSettings- The settings that are specific to the container type of the file.- Returns:
this
-
extension
@Stability(Stable) public CfnChannelPropsMixin.ArchiveOutputSettingsProperty.Builder extension(String extension) Sets the value ofCfnChannelPropsMixin.ArchiveOutputSettingsProperty.getExtension()- Parameters:
extension- The output file extension. If excluded, this is auto-selected from the container type.- Returns:
this
-
nameModifier
@Stability(Stable) public CfnChannelPropsMixin.ArchiveOutputSettingsProperty.Builder nameModifier(String nameModifier) Sets the value ofCfnChannelPropsMixin.ArchiveOutputSettingsProperty.getNameModifier()- Parameters:
nameModifier- A string that is concatenated to the end of the destination file name. The string is required for multiple outputs of the same type.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnChannelPropsMixin.ArchiveOutputSettingsProperty>- Returns:
- a new instance of
CfnChannelPropsMixin.ArchiveOutputSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-