Interface OutputDestinationSettings.Builder

  • Method Details

    • passwordParam

      OutputDestinationSettings.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.
    • streamName

      OutputDestinationSettings.Builder streamName(String streamName)
      Stream name for RTMP destinations (URLs of type rtmp://)
      Parameters:
      streamName - Stream name for RTMP destinations (URLs of type rtmp://)
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • url

      A URL specifying a destination
      Parameters:
      url - A URL specifying a destination
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      username for destination
      Parameters:
      username - username for destination
      Returns:
      Returns a reference to this object so that method calls can be chained together.