Uses of Interface
software.amazon.awssdk.services.ivs.model.Stream.Builder
-
Packages that use Stream.Builder Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of Stream.Builder in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return Stream.Builder Modifier and Type Method Description static Stream.BuilderStream. builder()Stream.BuilderStream.Builder. channelArn(String channelArn)Channel ARN for the stream.Stream.BuilderStream.Builder. health(String health)The stream’s health.Stream.BuilderStream.Builder. health(StreamHealth health)The stream’s health.Stream.BuilderStream.Builder. playbackUrl(String playbackUrl)URL of the master playlist, required by the video player to play the HLS stream.Stream.BuilderStream.Builder. startTime(Instant startTime)Time of the stream’s start.Stream.BuilderStream.Builder. state(String state)The stream’s state.Stream.BuilderStream.Builder. state(StreamState state)The stream’s state.Stream.BuilderStream.Builder. streamId(String streamId)Unique identifier for a live or previously live stream in the specified channel.Stream.BuilderStream. toBuilder()Stream.BuilderStream.Builder. viewerCount(Long viewerCount)A count of concurrent views of the stream.Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type Stream.Builder Modifier and Type Method Description static Class<? extends Stream.Builder>Stream. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ivs.model with type arguments of type Stream.Builder Modifier and Type Method Description default GetStreamResponse.BuilderGetStreamResponse.Builder. stream(Consumer<Stream.Builder> stream)This is a convenience method that creates an instance of theStream.Builderavoiding the need to create one manually viaStream.builder().
-