Interface GetStreamSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetStreamSessionRequest.Builder,GetStreamSessionRequest>,IvsRequest.Builder,SdkBuilder<GetStreamSessionRequest.Builder,GetStreamSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetStreamSessionRequest
public static interface GetStreamSessionRequest.Builder extends IvsRequest.Builder, SdkPojo, CopyableBuilder<GetStreamSessionRequest.Builder,GetStreamSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetStreamSessionRequest.BuilderchannelArn(String channelArn)ARN of the channel resourceGetStreamSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetStreamSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetStreamSessionRequest.BuilderstreamId(String streamId)Unique identifier for a live or previously live stream in the specified channel.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ivs.model.IvsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
channelArn
GetStreamSessionRequest.Builder channelArn(String channelArn)
ARN of the channel resource
- Parameters:
channelArn- ARN of the channel resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamId
GetStreamSessionRequest.Builder streamId(String streamId)
Unique identifier for a live or previously live stream in the specified channel. If no
streamIdis provided, this returns the most recent stream session for the channel, if it exists.- Parameters:
streamId- Unique identifier for a live or previously live stream in the specified channel. If nostreamIdis provided, this returns the most recent stream session for the channel, if it exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetStreamSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetStreamSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-