Class SourceCdi.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.SourceCdi.Jsii$Proxy
- All Implemented Interfaces:
SourceCdi,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SourceCdi
@Stability(Experimental)
@Internal
public static final class SourceCdi.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SourceCdi
An implementation for
SourceCdi-
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.mediaconnect.alpha.SourceCdi
SourceCdi.Builder, SourceCdi.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SourceCdi.Builder builder) Constructor that initializes the object based on literal property values passed by theSourceCdi.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 String(experimental) The name of the source.final Number(experimental) The size of the buffer (in ms) to use to sync incoming source data.(experimental) The media stream that is associated with the source, and the parameters for that association.final NumbergetPort()(experimental) The port that the flow will be listening on for incoming content.final VpcInterfaceConfig(experimental) The VPC interface attachment to use for this bridge source.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 theSourceCdi.Builder.
-
-
Method Details
-
getMaxSyncBuffer
Description copied from interface:SourceCdi(experimental) The size of the buffer (in ms) to use to sync incoming source data.Required by the MediaConnect service for CDI sources.
- Specified by:
getMaxSyncBufferin interfaceSourceCdi
-
getMediaStreamSourceConfigurations
Description copied from interface:SourceCdi(experimental) The media stream that is associated with the source, and the parameters for that association.- Specified by:
getMediaStreamSourceConfigurationsin interfaceSourceCdi
-
getPort
Description copied from interface:SourceCdi(experimental) The port that the flow will be listening on for incoming content. -
getVpcInterface
Description copied from interface:SourceCdi(experimental) The VPC interface attachment to use for this bridge source.- Specified by:
getVpcInterfacein interfaceSourceCdi
-
getFlowSourceName
Description copied from interface:SourceCdi(experimental) The name of the source.Default: - a name is generated automatically
- Specified by:
getFlowSourceNamein interfaceSourceCdi
-
$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()
-