Interface Identifiers.Builder
- Enclosing interface:
- Identifiers
public static interface Identifiers.Builder
Builder interface for creating immutable
Identifiers instances.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theIdentifiersinstance.participantId(String participantId) Sets the participant or user associated with the stream.Sets the unique stream identifier.
-
Method Details
-
streamId
Sets the unique stream identifier.- Parameters:
streamId- the stream ID.- Returns:
- this Builder instance.
-
participantId
Sets the participant or user associated with the stream.- Parameters:
participantId- the participant ID.- Returns:
- this Builder instance.
-
build
Identifiers build()Builds theIdentifiersinstance.- Returns:
- an immutable
Identifiersinstance.
-