Interface IngressGatewayBridge.Builder

    • Method Detail

      • instanceId

        IngressGatewayBridge.Builder instanceId​(String instanceId)
        The ID of the instance running this bridge.
        Parameters:
        instanceId - The ID of the instance running this bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxBitrate

        IngressGatewayBridge.Builder maxBitrate​(Integer maxBitrate)
        The maximum expected bitrate (in bps) of the ingress bridge.
        Parameters:
        maxBitrate - The maximum expected bitrate (in bps) of the ingress bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxOutputs

        IngressGatewayBridge.Builder maxOutputs​(Integer maxOutputs)
        The maximum number of outputs on the ingress bridge.
        Parameters:
        maxOutputs - The maximum number of outputs on the ingress bridge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.