static StreamSession.Builder |
StreamSession.builder() |
|
default StreamSession.Builder |
StreamSession.Builder.channel(Consumer<Channel.Builder> channel) |
The properties of the channel at the time of going live.
|
StreamSession.Builder |
StreamSession.Builder.channel(Channel channel) |
The properties of the channel at the time of going live.
|
StreamSession.Builder |
StreamSession.Builder.endTime(Instant endTime) |
Time when the channel went offline.
|
default StreamSession.Builder |
StreamSession.Builder.ingestConfiguration(Consumer<IngestConfiguration.Builder> ingestConfiguration) |
The properties of the incoming RTMP stream for the stream.
|
StreamSession.Builder |
StreamSession.Builder.ingestConfiguration(IngestConfiguration ingestConfiguration) |
The properties of the incoming RTMP stream for the stream.
|
default StreamSession.Builder |
StreamSession.Builder.recordingConfiguration(Consumer<RecordingConfiguration.Builder> recordingConfiguration) |
The properties of recording the live stream.
|
StreamSession.Builder |
StreamSession.Builder.recordingConfiguration(RecordingConfiguration recordingConfiguration) |
The properties of recording the live stream.
|
StreamSession.Builder |
StreamSession.Builder.startTime(Instant startTime) |
Time when the channel went live.
|
StreamSession.Builder |
StreamSession.Builder.streamId(String streamId) |
Unique identifier for a live or previously live stream in the specified channel.
|
StreamSession.Builder |
StreamSession.toBuilder() |
|
StreamSession.Builder |
StreamSession.Builder.truncatedEvents(Collection<StreamEvent> truncatedEvents) |
List of Amazon IVS events that the stream encountered.
|
StreamSession.Builder |
StreamSession.Builder.truncatedEvents(Consumer<StreamEvent.Builder>... truncatedEvents) |
List of Amazon IVS events that the stream encountered.
|
StreamSession.Builder |
StreamSession.Builder.truncatedEvents(StreamEvent... truncatedEvents) |
List of Amazon IVS events that the stream encountered.
|