Uses of Interface
software.amazon.awssdk.services.ivsrealtime.model.Event.Builder
-
Packages that use Event.Builder Package Description software.amazon.awssdk.services.ivsrealtime.model -
-
Uses of Event.Builder in software.amazon.awssdk.services.ivsrealtime.model
Methods in software.amazon.awssdk.services.ivsrealtime.model that return Event.Builder Modifier and Type Method Description static Event.BuilderEvent. builder()Event.BuilderEvent.Builder. errorCode(String errorCode)If the event is an error event, the error code is provided to give insight into the specific error that occurred.Event.BuilderEvent.Builder. errorCode(EventErrorCode errorCode)If the event is an error event, the error code is provided to give insight into the specific error that occurred.Event.BuilderEvent.Builder. eventTime(Instant eventTime)ISO 8601 timestamp (returned as a string) for when the event occurred.Event.BuilderEvent.Builder. name(String name)The name of the event.Event.BuilderEvent.Builder. name(EventName name)The name of the event.Event.BuilderEvent.Builder. participantId(String participantId)Unique identifier for the participant who triggered the event.Event.BuilderEvent.Builder. remoteParticipantId(String remoteParticipantId)Unique identifier for the remote participant.Event.BuilderEvent. toBuilder()Methods in software.amazon.awssdk.services.ivsrealtime.model that return types with arguments of type Event.Builder Modifier and Type Method Description static Class<? extends Event.Builder>Event. serializableBuilderClass()
-