Interface KinesisVideoStream.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<KinesisVideoStream.Builder,,- KinesisVideoStream> - SdkBuilder<KinesisVideoStream.Builder,,- KinesisVideoStream> - SdkPojo
- Enclosing class:
- KinesisVideoStream
@Mutable
@NotThreadSafe
public static interface KinesisVideoStream.Builder
extends SdkPojo, CopyableBuilder<KinesisVideoStream.Builder,KinesisVideoStream> 
- 
Method SummaryModifier and TypeMethodDescriptionARN of the Kinesis video stream stream that streams the source video.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- 
arnARN of the Kinesis video stream stream that streams the source video. - Parameters:
- arn- ARN of the Kinesis video stream stream that streams the source video.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-