Interface KinesisVideoStream.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<KinesisVideoStream.Builder,KinesisVideoStream>,SdkBuilder<KinesisVideoStream.Builder,KinesisVideoStream>,SdkPojo
- Enclosing class:
- KinesisVideoStream
public static interface KinesisVideoStream.Builder extends SdkPojo, CopyableBuilder<KinesisVideoStream.Builder,KinesisVideoStream>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KinesisVideoStream.Builderarn(String arn)ARN of the Kinesis video stream stream that streams the source video.-
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, sdkFields
-
-
-
-
Method Detail
-
arn
KinesisVideoStream.Builder arn(String arn)
ARN 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.
-
-