Interface DestinationConfigurationRequest.Builder

    • Method Detail

      • destinationIp

        DestinationConfigurationRequest.Builder destinationIp​(String destinationIp)
        The IP address where you want MediaConnect to send contents of the media stream.
        Parameters:
        destinationIp - The IP address where you want MediaConnect to send contents of the media stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destinationPort

        DestinationConfigurationRequest.Builder destinationPort​(Integer destinationPort)
        The port that you want MediaConnect to use when it distributes the media stream to the output.
        Parameters:
        destinationPort - The port that you want MediaConnect to use when it distributes the media stream to the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • interfaceValue

        DestinationConfigurationRequest.Builder interfaceValue​(InterfaceRequest interfaceValue)
        The VPC interface that you want to use for the media stream associated with the output.
        Parameters:
        interfaceValue - The VPC interface that you want to use for the media stream associated with the output.
        Returns:
        Returns a reference to this object so that method calls can be chained together.