Uses of Interface
software.amazon.awssdk.services.ivs.model.StreamSessionSummary.Builder
-
Packages that use StreamSessionSummary.Builder Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of StreamSessionSummary.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return StreamSessionSummary.Builder Modifier and Type Method Description static StreamSessionSummary.BuilderStreamSessionSummary. builder()StreamSessionSummary.BuilderStreamSessionSummary.Builder. endTime(Instant endTime)Time when the channel went offline.StreamSessionSummary.BuilderStreamSessionSummary.Builder. hasErrorEvent(Boolean hasErrorEvent)Iftrue, this stream encountered a quota breach or failure.StreamSessionSummary.BuilderStreamSessionSummary.Builder. startTime(Instant startTime)Time when the channel went live.StreamSessionSummary.BuilderStreamSessionSummary.Builder. streamId(String streamId)Unique identifier for a live or previously live stream in the specified channel.StreamSessionSummary.BuilderStreamSessionSummary. toBuilder()Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type StreamSessionSummary.Builder Modifier and Type Method Description static Class<? extends StreamSessionSummary.Builder>StreamSessionSummary. serializableBuilderClass()
-