public static interface StreamSessionSummary.Builder extends SdkPojo, CopyableBuilder<StreamSessionSummary.Builder,StreamSessionSummary>
| Modifier and Type | Method and Description |
|---|---|
StreamSessionSummary.Builder |
endTime(Instant endTime)
Time when the channel went offline.
|
StreamSessionSummary.Builder |
hasErrorEvent(Boolean hasErrorEvent)
If
true, this stream encountered a quota breach or failure. |
StreamSessionSummary.Builder |
startTime(Instant startTime)
Time when the channel went live.
|
StreamSessionSummary.Builder |
streamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamSessionSummary.Builder endTime(Instant endTime)
Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a
string. For live streams, this is NULL.
endTime - Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a
string. For live streams, this is NULL.StreamSessionSummary.Builder hasErrorEvent(Boolean hasErrorEvent)
If true, this stream encountered a quota breach or failure.
hasErrorEvent - If true, this stream encountered a quota breach or failure.StreamSessionSummary.Builder startTime(Instant startTime)
Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.
startTime - Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a
string.StreamSessionSummary.Builder streamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel.
streamId - Unique identifier for a live or previously live stream in the specified channel.Copyright © 2023. All rights reserved.