Class MssManifestConfiguration.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.MssManifestConfiguration.Jsii$Proxy
- All Implemented Interfaces:
MssManifestConfiguration,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MssManifestConfiguration
@Stability(Experimental)
@Internal
public static final class MssManifestConfiguration.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MssManifestConfiguration
An implementation for
MssManifestConfiguration-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediapackagev2.alpha.MssManifestConfiguration
MssManifestConfiguration.Builder, MssManifestConfiguration.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theMssManifestConfiguration.Builder.protectedJsii$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.JsonNodefinal booleanfinal FilterConfiguration(experimental) Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.final MssManifestLayout(experimental) The layout of the MSS manifest.final String(experimental) The name of the manifest associated with the MSS manifest configuration.final Duration(experimental) The total duration (in seconds) of the manifest's content.final inthashCode()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 theMssManifestConfiguration.Builder.
-
-
Method Details
-
getManifestName
Description copied from interface:MssManifestConfiguration(experimental) The name of the manifest associated with the MSS manifest configuration.- Specified by:
getManifestNamein interfaceMssManifestConfiguration
-
getFilterConfiguration
Description copied from interface:MssManifestConfiguration(experimental) Filter configuration includes settings for manifest filtering, start and end times, and time delay that apply to all of your egress requests for this manifest.https://docs.aws.amazon.com/mediapackage/latest/userguide/manifest-filter-query-parameters.html
Default: - No filter configuration
- Specified by:
getFilterConfigurationin interfaceMssManifestConfiguration
-
getManifestLayout
Description copied from interface:MssManifestConfiguration(experimental) The layout of the MSS manifest.Default: MssManifestLayout.FULL
- Specified by:
getManifestLayoutin interfaceMssManifestConfiguration
-
getManifestWindow
Description copied from interface:MssManifestConfiguration(experimental) The total duration (in seconds) of the manifest's content.Default: 60
- Specified by:
getManifestWindowin interfaceMssManifestConfiguration
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-