Interface UserAlias.Builder

    • Method Detail

      • dataSourceId

        UserAlias.Builder dataSourceId​(String dataSourceId)

        The identifier of the data source that the user aliases are associated with.

        Parameters:
        dataSourceId - The identifier of the data source that the user aliases are associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • indexId

        UserAlias.Builder indexId​(String indexId)

        The identifier of the index that the user aliases are associated with.

        Parameters:
        indexId - The identifier of the index that the user aliases are associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userId

        UserAlias.Builder userId​(String userId)

        The identifier of the user id associated with the user aliases.

        Parameters:
        userId - The identifier of the user id associated with the user aliases.
        Returns:
        Returns a reference to this object so that method calls can be chained together.