Interface OutputDestinationSettings.Builder

    • Method Detail

      • 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

        OutputDestinationSettings.Builder url​(String 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

        OutputDestinationSettings.Builder username​(String username)
        username for destination
        Parameters:
        username - username for destination
        Returns:
        Returns a reference to this object so that method calls can be chained together.