Interface KinesisVideoStreamSourceTaskConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KinesisVideoStreamSourceTaskConfiguration.Builder,,- KinesisVideoStreamSourceTaskConfiguration> - SdkBuilder<KinesisVideoStreamSourceTaskConfiguration.Builder,,- KinesisVideoStreamSourceTaskConfiguration> - SdkPojo
- Enclosing class:
- KinesisVideoStreamSourceTaskConfiguration
@Mutable
@NotThreadSafe
public static interface KinesisVideoStreamSourceTaskConfiguration.Builder
extends SdkPojo, CopyableBuilder<KinesisVideoStreamSourceTaskConfiguration.Builder,KinesisVideoStreamSourceTaskConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionThe channel ID.fragmentNumber(String fragmentNumber) The unique identifier of the fragment to begin processing.The ARN of the stream.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
streamArnThe 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.
 
- 
channelIdThe channel ID. - Parameters:
- channelId- The channel ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
fragmentNumberThe 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.
 
 
-