Class SegmentPropsBase.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediapackagev2.alpha.SegmentPropsBase.Jsii$Proxy
- All Implemented Interfaces:
SegmentPropsBase,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SegmentPropsBase
@Stability(Experimental)
@Internal
public static final class SegmentPropsBase.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SegmentPropsBase
An implementation for
SegmentPropsBase-
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.SegmentPropsBase
SegmentPropsBase.Builder, SegmentPropsBase.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SegmentPropsBase.Builder builder) Constructor that initializes the object based on literal property values passed by theSegmentPropsBase.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theSegmentPropsBase.Builder.
-
-
Method Details
-
getDuration
Description copied from interface:SegmentPropsBase(experimental) Duration of each segment.Default: Duration.seconds(6)
- Specified by:
getDurationin interfaceSegmentPropsBase
-
getIncludeIframeOnlyStreams
Description copied from interface:SegmentPropsBase(experimental) Whether to include I-frame-only streams.Default: false
- Specified by:
getIncludeIframeOnlyStreamsin interfaceSegmentPropsBase
-
getName
Description copied from interface:SegmentPropsBase(experimental) Name of the segment.Default: 'segment'
- Specified by:
getNamein interfaceSegmentPropsBase
-
$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()
-