| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
static StreamSummary.Builder |
StreamSummary.builder() |
StreamSummary.Builder |
StreamSummary.Builder.channelArn(String channelArn)
Channel ARN for the stream.
|
StreamSummary.Builder |
StreamSummary.Builder.health(StreamHealth health)
The stream’s health.
|
StreamSummary.Builder |
StreamSummary.Builder.health(String health)
The stream’s health.
|
StreamSummary.Builder |
StreamSummary.Builder.startTime(Instant startTime)
ISO-8601 formatted timestamp of the stream’s start.
|
StreamSummary.Builder |
StreamSummary.Builder.state(StreamState state)
The stream’s state.
|
StreamSummary.Builder |
StreamSummary.Builder.state(String state)
The stream’s state.
|
StreamSummary.Builder |
StreamSummary.toBuilder() |
StreamSummary.Builder |
StreamSummary.Builder.viewerCount(Long viewerCount)
Number of current viewers of the stream.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamSummary.Builder> |
StreamSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.