Class CfnRouterInput.MergeRouterInputConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnRouterInput.MergeRouterInputConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRouterInput.MergeRouterInputConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRouterInput.MergeRouterInputConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRouterInput.MergeRouterInputConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRouterInput.MergeRouterInputConfigurationProperty
An implementation for
CfnRouterInput.MergeRouterInputConfigurationProperty-
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.CfnRouterInput.MergeRouterInputConfigurationProperty
CfnRouterInput.MergeRouterInputConfigurationProperty.Builder, CfnRouterInput.MergeRouterInputConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRouterInput.MergeRouterInputConfigurationProperty.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 NumberThe time window in milliseconds for merging the two input sources.final StringThe ARN of the network interface to use for this merge router input.final ObjectA list of exactly two protocol configurations for the merge input sources.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 theCfnRouterInput.MergeRouterInputConfigurationProperty.Builder.
-
-
Method Details
-
getMergeRecoveryWindowMilliseconds
Description copied from interface:CfnRouterInput.MergeRouterInputConfigurationPropertyThe time window in milliseconds for merging the two input sources.- Specified by:
getMergeRecoveryWindowMillisecondsin interfaceCfnRouterInput.MergeRouterInputConfigurationProperty- See Also:
-
getNetworkInterfaceArn
Description copied from interface:CfnRouterInput.MergeRouterInputConfigurationPropertyThe ARN of the network interface to use for this merge router input.- Specified by:
getNetworkInterfaceArnin interfaceCfnRouterInput.MergeRouterInputConfigurationProperty- See Also:
-
getProtocolConfigurations
Description copied from interface:CfnRouterInput.MergeRouterInputConfigurationPropertyA list of exactly two protocol configurations for the merge input sources.Both must use the same protocol type.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRouterInput.MergeRouterInputProtocolConfigurationProperty>- Specified by:
getProtocolConfigurationsin interfaceCfnRouterInput.MergeRouterInputConfigurationProperty- See Also:
-
$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()
-