Interface ListedBridge.Builder

    • Method Detail

      • bridgeArn

        ListedBridge.Builder bridgeArn​(String bridgeArn)
        The ARN of the bridge.
        Parameters:
        bridgeArn - The ARN of the bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • bridgeState

        ListedBridge.Builder bridgeState​(String bridgeState)
        Sets the value of the BridgeState property for this object.
        Parameters:
        bridgeState - The new value for the BridgeState property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BridgeState, BridgeState
      • bridgeState

        ListedBridge.Builder bridgeState​(BridgeState bridgeState)
        Sets the value of the BridgeState property for this object.
        Parameters:
        bridgeState - The new value for the BridgeState property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        BridgeState, BridgeState
      • bridgeType

        ListedBridge.Builder bridgeType​(String bridgeType)
        The type of the bridge.
        Parameters:
        bridgeType - The type of the bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ListedBridge.Builder name​(String name)
        The name of the bridge.
        Parameters:
        name - The name of the bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • placementArn

        ListedBridge.Builder placementArn​(String placementArn)
        The ARN of the gateway associated with the bridge.
        Parameters:
        placementArn - The ARN of the gateway associated with the bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.