| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamSessionSummary.Builder |
StreamSessionSummary.builder() |
StreamSessionSummary.Builder |
StreamSessionSummary.Builder.endTime(Instant endTime)
Time when the channel went offline.
|
StreamSessionSummary.Builder |
StreamSessionSummary.Builder.hasErrorEvent(Boolean hasErrorEvent)
If
true, this stream encountered a quota breach or failure. |
StreamSessionSummary.Builder |
StreamSessionSummary.Builder.startTime(Instant startTime)
Time when the channel went live.
|
StreamSessionSummary.Builder |
StreamSessionSummary.Builder.streamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel.
|
StreamSessionSummary.Builder |
StreamSessionSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamSessionSummary.Builder> |
StreamSessionSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.