public static interface StreamSummary.Builder extends SdkPojo, CopyableBuilder<StreamSummary.Builder,StreamSummary>
| Modifier and Type | Method and Description |
|---|---|
StreamSummary.Builder |
channelArn(String channelArn)
Channel ARN for the stream.
|
StreamSummary.Builder |
health(StreamHealth health)
The stream’s health.
|
StreamSummary.Builder |
health(String health)
The stream’s health.
|
StreamSummary.Builder |
startTime(Instant startTime)
ISO-8601 formatted timestamp of the stream’s start.
|
StreamSummary.Builder |
state(StreamState state)
The stream’s state.
|
StreamSummary.Builder |
state(String state)
The stream’s state.
|
StreamSummary.Builder |
viewerCount(Long viewerCount)
Number of current viewers of the stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamSummary.Builder channelArn(String channelArn)
Channel ARN for the stream.
channelArn - Channel ARN for the stream.StreamSummary.Builder state(String state)
The stream’s state.
state - The stream’s state.StreamState,
StreamStateStreamSummary.Builder state(StreamState state)
The stream’s state.
state - The stream’s state.StreamState,
StreamStateStreamSummary.Builder health(String health)
The stream’s health.
health - The stream’s health.StreamHealth,
StreamHealthStreamSummary.Builder health(StreamHealth health)
The stream’s health.
health - The stream’s health.StreamHealth,
StreamHealthStreamSummary.Builder viewerCount(Long viewerCount)
Number of current viewers of the stream. A value of -1 indicates that the request timed out; in this case, retry.
viewerCount - Number of current viewers of the stream. A value of -1 indicates that the request timed out; in this
case, retry.StreamSummary.Builder startTime(Instant startTime)
ISO-8601 formatted timestamp of the stream’s start.
startTime - ISO-8601 formatted timestamp of the stream’s start.Copyright © 2021. All rights reserved.