Class CfnChannel.ArchiveOutputSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.CfnChannel.ArchiveOutputSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnChannel.ArchiveOutputSettingsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnChannel.ArchiveOutputSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnChannel.ArchiveOutputSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnChannel.ArchiveOutputSettingsProperty
An implementation for
CfnChannel.ArchiveOutputSettingsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.medialive.CfnChannel.ArchiveOutputSettingsProperty
CfnChannel.ArchiveOutputSettingsProperty.Builder, CfnChannel.ArchiveOutputSettingsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnChannel.ArchiveOutputSettingsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The settings that are specific to the container type of the file.final String
The output file extension.final String
A string that is concatenated to the end of the destination file name.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnChannel.ArchiveOutputSettingsProperty.Builder
.
-
-
Method Details
-
getContainerSettings
Description copied from interface:CfnChannel.ArchiveOutputSettingsProperty
The settings that are specific to the container type of the file.- Specified by:
getContainerSettings
in interfaceCfnChannel.ArchiveOutputSettingsProperty
- See Also:
-
getExtension
Description copied from interface:CfnChannel.ArchiveOutputSettingsProperty
The output file extension.If excluded, this is auto-selected from the container type.
- Specified by:
getExtension
in interfaceCfnChannel.ArchiveOutputSettingsProperty
- See Also:
-
getNameModifier
Description copied from interface:CfnChannel.ArchiveOutputSettingsProperty
A string that is concatenated to the end of the destination file name.The string is required for multiple outputs of the same type.
- Specified by:
getNameModifier
in interfaceCfnChannel.ArchiveOutputSettingsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-