public static final class CfnChannel.ArchiveOutputSettingsProperty.Builder
extends java.lang.Object
CfnChannel.ArchiveOutputSettingsProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnChannel.ArchiveOutputSettingsProperty |
build()
Builds the configured instance.
|
CfnChannel.ArchiveOutputSettingsProperty.Builder |
containerSettings(CfnChannel.ArchiveContainerSettingsProperty containerSettings)
Sets the value of
CfnChannel.ArchiveOutputSettingsProperty.getContainerSettings() |
CfnChannel.ArchiveOutputSettingsProperty.Builder |
containerSettings(IResolvable containerSettings)
Sets the value of
CfnChannel.ArchiveOutputSettingsProperty.getContainerSettings() |
CfnChannel.ArchiveOutputSettingsProperty.Builder |
extension(java.lang.String extension)
Sets the value of
CfnChannel.ArchiveOutputSettingsProperty.getExtension() |
CfnChannel.ArchiveOutputSettingsProperty.Builder |
nameModifier(java.lang.String nameModifier)
Sets the value of
CfnChannel.ArchiveOutputSettingsProperty.getNameModifier() |
public CfnChannel.ArchiveOutputSettingsProperty.Builder containerSettings(IResolvable containerSettings)
CfnChannel.ArchiveOutputSettingsProperty.getContainerSettings()
containerSettings
- The settings that are specific to the container type of the file.this
public CfnChannel.ArchiveOutputSettingsProperty.Builder containerSettings(CfnChannel.ArchiveContainerSettingsProperty containerSettings)
CfnChannel.ArchiveOutputSettingsProperty.getContainerSettings()
containerSettings
- The settings that are specific to the container type of the file.this
public CfnChannel.ArchiveOutputSettingsProperty.Builder extension(java.lang.String extension)
CfnChannel.ArchiveOutputSettingsProperty.getExtension()
extension
- The output file extension.
If excluded, this is auto-selected from the container type.this
public CfnChannel.ArchiveOutputSettingsProperty.Builder nameModifier(java.lang.String nameModifier)
CfnChannel.ArchiveOutputSettingsProperty.getNameModifier()
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.this
public CfnChannel.ArchiveOutputSettingsProperty build()
CfnChannel.ArchiveOutputSettingsProperty
java.lang.NullPointerException
- if any required attribute was not provided