Interface InputDestinationRequest.Builder

    • Method Detail

      • streamName

        InputDestinationRequest.Builder streamName​(String streamName)
        A unique name for the location the RTMP stream is being pushed to.
        Parameters:
        streamName - A unique name for the location the RTMP stream is being pushed to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • network

        InputDestinationRequest.Builder network​(String network)
        If the push input has an input location of ON-PREM, ID the ID of the attached network.
        Parameters:
        network - If the push input has an input location of ON-PREM, ID the ID of the attached network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkRoutes

        InputDestinationRequest.Builder networkRoutes​(Collection<InputRequestDestinationRoute> networkRoutes)
        If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.
        Parameters:
        networkRoutes - If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkRoutes

        InputDestinationRequest.Builder networkRoutes​(InputRequestDestinationRoute... networkRoutes)
        If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.
        Parameters:
        networkRoutes - If the push input has an input location of ON-PREM it's a requirement to specify what the route of the input is going to be on the customer local network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • staticIpAddress

        InputDestinationRequest.Builder staticIpAddress​(String staticIpAddress)
        If the push input has an input location of ON-PREM it's optional to specify what the ip address of the input is going to be on the customer local network.
        Parameters:
        staticIpAddress - If the push input has an input location of ON-PREM it's optional to specify what the ip address of the input is going to be on the customer local network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.