Interface AddBridgeOutputsResponse.Builder

    • Method Detail

      • bridgeArn

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

        AddBridgeOutputsResponse.Builder outputs​(Collection<BridgeOutput> outputs)
        The outputs that you added to this bridge.
        Parameters:
        outputs - The outputs that you added to this bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputs

        AddBridgeOutputsResponse.Builder outputs​(BridgeOutput... outputs)
        The outputs that you added to this bridge.
        Parameters:
        outputs - The outputs that you added to this bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.