Class BlackoutSlate.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.medialive.alpha.BlackoutSlate.Jsii$Proxy
- All Implemented Interfaces:
BlackoutSlate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BlackoutSlate
@Stability(Experimental)
@Internal
public static final class BlackoutSlate.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BlackoutSlate
An implementation for
BlackoutSlate-
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.medialive.alpha.BlackoutSlate
BlackoutSlate.Builder, BlackoutSlate.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BlackoutSlate.Builder builder) Constructor that initializes the object based on literal property values passed by theBlackoutSlate.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 FileLocationgetImage()(experimental) The blackout slate image.final NetworkEndBlackout(experimental) Whether to enable network end blackout (triggered by SCTE-35 Network End Segmentation Descriptor).final FileLocation(experimental) The network end blackout image.final String(experimental) The EIDR network ID (e.g.final BlackoutSlateStategetState()(experimental) Whether to enable the blackout slate.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 theBlackoutSlate.Builder.
-
-
Method Details
-
getImage
Description copied from interface:BlackoutSlate(experimental) The blackout slate image.Provide a
FileLocationreferencing an S3 bucket (FileLocation.fromBucket, which auto-grants read access) or a URL (FileLocation.url). Only .bmp and .png supported.Default: - solid black
- Specified by:
getImagein interfaceBlackoutSlate
-
getNetworkEndBlackout
Description copied from interface:BlackoutSlate(experimental) Whether to enable network end blackout (triggered by SCTE-35 Network End Segmentation Descriptor).Default: - ENABLED if networkEndBlackoutImage is provided, DISABLED otherwise
- Specified by:
getNetworkEndBlackoutin interfaceBlackoutSlate
-
getNetworkEndBlackoutImage
Description copied from interface:BlackoutSlate(experimental) The network end blackout image.Provide a
FileLocationreferencing an S3 bucket (FileLocation.fromBucket, which auto-grants read access) or a URL (FileLocation.url).Default: - solid black
- Specified by:
getNetworkEndBlackoutImagein interfaceBlackoutSlate
-
getNetworkId
Description copied from interface:BlackoutSlate(experimental) The EIDR network ID (e.g. '10.XXXX/XXXX-XXXX-XXXX-XXXX-XXXX-C').Default: - no network ID
- Specified by:
getNetworkIdin interfaceBlackoutSlate
-
getState
Description copied from interface:BlackoutSlate(experimental) Whether to enable the blackout slate.Default: - ENABLED if image is provided, DISABLED otherwise
- Specified by:
getStatein interfaceBlackoutSlate
-
$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()
-