Class BridgeFailoverOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.BridgeFailoverOptions.Jsii$Proxy
- All Implemented Interfaces:
BridgeFailoverOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BridgeFailoverOptions
@Stability(Experimental)
@Internal
public static final class BridgeFailoverOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BridgeFailoverOptions
An implementation for
BridgeFailoverOptions-
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.BridgeFailoverOptions
BridgeFailoverOptions.Builder, BridgeFailoverOptions.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(BridgeFailoverOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theBridgeFailoverOptions.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 theBridgeFailoverOptions.Builder.
-
-
Method Details
-
getPrimarySource
Description copied from interface:BridgeFailoverOptions(experimental) The name of the source you want to treat as primary.If set, MediaConnect always uses this source when it is available. When unset, both sources are treated with equal priority.
Default: - both sources are equal priority
- Specified by:
getPrimarySourcein interfaceBridgeFailoverOptions
-
getState
Description copied from interface:BridgeFailoverOptions(experimental) Whether failover is enabled.Set to
State.DISABLEDto keep the configuration on the bridge without switching failover on.Default: State.ENABLED
- Specified by:
getStatein interfaceBridgeFailoverOptions
-
$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()
-