Class BridgeAttributes.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.BridgeAttributes.Jsii$Proxy
All Implemented Interfaces:
BridgeAttributes, software.amazon.jsii.JsiiSerializable
Enclosing interface:
BridgeAttributes

@Stability(Experimental) @Internal public static final class BridgeAttributes.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BridgeAttributes
An implementation for BridgeAttributes
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.alpha.BridgeAttributes

    BridgeAttributes.Builder, BridgeAttributes.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the BridgeAttributes.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final String
    (experimental) The ARN of the bridge.
    final String
    (experimental) The name of the bridge.
    (experimental) Indicates what type of bridge is imported.
    final Boolean
    (experimental) Failover Configuration for Bridge.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(BridgeAttributes.Builder builder)
      Constructor that initializes the object based on literal property values passed by the BridgeAttributes.Builder.
  • Method Details

    • getBridgeArn

      public final String getBridgeArn()
      Description copied from interface: BridgeAttributes
      (experimental) The ARN of the bridge.
      Specified by:
      getBridgeArn in interface BridgeAttributes
    • getBridgeName

      public final String getBridgeName()
      Description copied from interface: BridgeAttributes
      (experimental) The name of the bridge.

      Not encoded in the bridge ARN, so must be provided explicitly if the imported bridge needs to expose bridgeName.

      Default: - bridgeName is not available on the imported construct

      Specified by:
      getBridgeName in interface BridgeAttributes
    • getBridgeType

      public final BridgeType getBridgeType()
      Description copied from interface: BridgeAttributes
      (experimental) Indicates what type of bridge is imported.

      Not encoded in the bridge ARN, so must be provided explicitly if the imported bridge is used with addOutput() or other methods that need the bridge type.

      Default: - bridgeType is not available on the imported construct

      Specified by:
      getBridgeType in interface BridgeAttributes
    • getIsFailoverEnabled

      public final Boolean getIsFailoverEnabled()
      Description copied from interface: BridgeAttributes
      (experimental) Failover Configuration for Bridge.

      Default: false

      Specified by:
      getIsFailoverEnabled in interface BridgeAttributes
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object