Class SourceNdi.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.SourceNdi.Jsii$Proxy
- All Implemented Interfaces:
SourceNdi,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SourceNdi
@Stability(Experimental)
@Internal
public static final class SourceNdi.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SourceNdi
An implementation for
SourceNdi-
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.SourceNdi
SourceNdi.Builder, SourceNdi.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SourceNdi.Builder builder) Constructor that initializes the object based on literal property values passed by theSourceNdi.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) A description of the source.final String(experimental) The name of the source.final String(experimental) The exact name of an existing NDI sender that's registered with your discovery server.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 theSourceNdi.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:SourceNdi(experimental) A description of the source.This description appears only on the MediaConnect console and will not be seen by the end user.
Default: - no description
- Specified by:
getDescriptionin interfaceSourceNdi
-
getFlowSourceName
Description copied from interface:SourceNdi(experimental) The name of the source.Default: - a name is generated automatically
- Specified by:
getFlowSourceNamein interfaceSourceNdi
-
getSourceName
Description copied from interface:SourceNdi(experimental) The exact name of an existing NDI sender that's registered with your discovery server.If included, the format of this name must be
MACHINENAME (ProgramName).If not specified, you can select the upstream NDI sender from the console after starting the flow.
Default: - select the NDI sender after starting the flow
- Specified by:
getSourceNamein interfaceSourceNdi
-
$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()
-