| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
static Stream.Builder |
Stream.builder() |
Stream.Builder |
Stream.Builder.channelArn(String channelArn)
Channel ARN for the stream.
|
Stream.Builder |
Stream.Builder.health(StreamHealth health)
The stream’s health.
|
Stream.Builder |
Stream.Builder.health(String health)
The stream’s health.
|
Stream.Builder |
Stream.Builder.playbackUrl(String playbackUrl)
URL of the master playlist, required by the video player to play the HLS stream.
|
Stream.Builder |
Stream.Builder.startTime(Instant startTime)
Time of the stream’s start.
|
Stream.Builder |
Stream.Builder.state(StreamState state)
The stream’s state.
|
Stream.Builder |
Stream.Builder.state(String state)
The stream’s state.
|
Stream.Builder |
Stream.Builder.streamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel.
|
Stream.Builder |
Stream.toBuilder() |
Stream.Builder |
Stream.Builder.viewerCount(Long viewerCount)
A count of concurrent views of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Stream.Builder> |
Stream.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetStreamResponse.Builder |
GetStreamResponse.Builder.stream(Consumer<Stream.Builder> stream)
This is a convenience method that creates an instance of the
Stream.Builder avoiding the need to
create one manually via Stream.builder(). |
Copyright © 2023. All rights reserved.