Interface AddBridgeSourcesResponse.Builder

    • Method Detail

      • bridgeArn

        AddBridgeSourcesResponse.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.
      • sources

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

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