public static interface GetStreamSessionRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<GetStreamSessionRequest.Builder,GetStreamSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
GetStreamSessionRequest.Builder |
channelArn(String channelArn)
ARN of the channel resource
|
GetStreamSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetStreamSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetStreamSessionRequest.Builder |
streamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStreamSessionRequest.Builder channelArn(String channelArn)
ARN of the channel resource
channelArn - ARN of the channel resourceGetStreamSessionRequest.Builder streamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel. If no streamId
is provided, this returns the most recent stream session for the channel, if it exists.
streamId - Unique identifier for a live or previously live stream in the specified channel. If no
streamId is provided, this returns the most recent stream session for the channel, if it
exists.GetStreamSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetStreamSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.