| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamSession.Builder |
StreamSession.builder() |
StreamSession.Builder |
StreamSession.Builder.channel(Channel channel)
The properties of the channel at the time of going live.
|
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.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamSession.Builder> |
StreamSession.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetStreamSessionResponse.Builder |
GetStreamSessionResponse.Builder.streamSession(Consumer<StreamSession.Builder> streamSession)
List of stream details.
|
Copyright © 2023. All rights reserved.