Interface KinesisVideoStreamSourceTaskConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisVideoStreamSourceTaskConfiguration.Builder,KinesisVideoStreamSourceTaskConfiguration>,SdkBuilder<KinesisVideoStreamSourceTaskConfiguration.Builder,KinesisVideoStreamSourceTaskConfiguration>,SdkPojo
- Enclosing class:
- KinesisVideoStreamSourceTaskConfiguration
public static interface KinesisVideoStreamSourceTaskConfiguration.Builder extends SdkPojo, CopyableBuilder<KinesisVideoStreamSourceTaskConfiguration.Builder,KinesisVideoStreamSourceTaskConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisVideoStreamSourceTaskConfiguration.BuilderchannelId(Integer channelId)The channel ID.KinesisVideoStreamSourceTaskConfiguration.BuilderfragmentNumber(String fragmentNumber)The unique identifier of the fragment to begin processing.KinesisVideoStreamSourceTaskConfiguration.BuilderstreamArn(String streamArn)The ARN of the stream.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
streamArn
KinesisVideoStreamSourceTaskConfiguration.Builder streamArn(String streamArn)
The ARN of the stream.
- Parameters:
streamArn- The ARN of the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
channelId
KinesisVideoStreamSourceTaskConfiguration.Builder channelId(Integer channelId)
The channel ID.
- Parameters:
channelId- The channel ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fragmentNumber
KinesisVideoStreamSourceTaskConfiguration.Builder fragmentNumber(String fragmentNumber)
The unique identifier of the fragment to begin processing.
- Parameters:
fragmentNumber- The unique identifier of the fragment to begin processing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-