Interface InputConfiguration.Builder

    • Method Detail

      • inputIp

        InputConfiguration.Builder inputIp​(String inputIp)
        The IP address that the flow listens on for incoming content for a media stream.
        Parameters:
        inputIp - The IP address that the flow listens on for incoming content for a media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputPort

        InputConfiguration.Builder inputPort​(Integer inputPort)
        The port that the flow listens on for an incoming media stream.
        Parameters:
        inputPort - The port that the flow listens on for an incoming media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • interfaceValue

        InputConfiguration.Builder interfaceValue​(Interface interfaceValue)
        The VPC interface where the media stream comes in from.
        Parameters:
        interfaceValue - The VPC interface where the media stream comes in from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.