Interface IngestEndpoint.Builder

    • Method Detail

      • id

        IngestEndpoint.Builder id​(String id)
        The system generated unique identifier for the IngestEndpoint
        Parameters:
        id - The system generated unique identifier for the IngestEndpoint
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • password

        IngestEndpoint.Builder password​(String password)
        The system generated password for ingest authentication.
        Parameters:
        password - The system generated password for ingest authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • url

        IngestEndpoint.Builder url​(String url)
        The ingest URL to which the source stream should be sent.
        Parameters:
        url - The ingest URL to which the source stream should be sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • username

        IngestEndpoint.Builder username​(String username)
        The system generated username for ingest authentication.
        Parameters:
        username - The system generated username for ingest authentication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.