| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
static Event.Builder |
Event.builder() |
Event.Builder |
Event.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.Builder |
Event.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.Builder |
Event.Builder.eventTime(Instant eventTime)
ISO 8601 timestamp (returned as a string) for when the event occurred.
|
Event.Builder |
Event.Builder.name(EventName name)
The name of the event.
|
Event.Builder |
Event.Builder.name(String name)
The name of the event.
|
Event.Builder |
Event.Builder.participantId(String participantId)
Unique identifier for the participant who triggered the event.
|
Event.Builder |
Event.Builder.remoteParticipantId(String remoteParticipantId)
Unique identifier for the remote participant.
|
Event.Builder |
Event.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Event.Builder> |
Event.serializableBuilderClass() |
Copyright © 2023. All rights reserved.