Interface InputLocation.Builder

  • Method Details

    • passwordParam

      InputLocation.Builder passwordParam(String passwordParam)
      key used to extract the password from EC2 Parameter store
      Parameters:
      passwordParam - key used to extract the password from EC2 Parameter store
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • uri

      Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".
      Parameters:
      uri - Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      InputLocation.Builder username(String username)
      Documentation update needed
      Parameters:
      username - Documentation update needed
      Returns:
      Returns a reference to this object so that method calls can be chained together.