@Stability(value=Stable) public static final class CfnChannel.ArchiveOutputSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnChannel.ArchiveOutputSettingsProperty>
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(String extension)
Sets the value of
CfnChannel.ArchiveOutputSettingsProperty.getExtension() |
CfnChannel.ArchiveOutputSettingsProperty.Builder |
nameModifier(String nameModifier)
Sets the value of
CfnChannel.ArchiveOutputSettingsProperty.getNameModifier() |
@Stability(value=Stable) 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@Stability(value=Stable) public CfnChannel.ArchiveOutputSettingsProperty.Builder containerSettings(IResolvable containerSettings)
CfnChannel.ArchiveOutputSettingsProperty.getContainerSettings()containerSettings - The settings that are specific to the container type of the file.this@Stability(value=Stable) public CfnChannel.ArchiveOutputSettingsProperty.Builder extension(String extension)
CfnChannel.ArchiveOutputSettingsProperty.getExtension()extension - The output file extension.
If excluded, this is auto-selected from the container type.this@Stability(value=Stable) public CfnChannel.ArchiveOutputSettingsProperty.Builder nameModifier(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@Stability(value=Stable) public CfnChannel.ArchiveOutputSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnChannel.ArchiveOutputSettingsProperty>CfnChannel.ArchiveOutputSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.