Class CfnStreamProcessor.KinesisVideoStreamProperty.Builder
java.lang.Object
software.amazon.awscdk.services.rekognition.CfnStreamProcessor.KinesisVideoStreamProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStreamProcessor.KinesisVideoStreamProperty>
- Enclosing interface:
- CfnStreamProcessor.KinesisVideoStreamProperty
@Stability(Stable)
public static final class CfnStreamProcessor.KinesisVideoStreamProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStreamProcessor.KinesisVideoStreamProperty>
A builder for
CfnStreamProcessor.KinesisVideoStreamProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnStreamProcessor.KinesisVideoStreamProperty.getArn()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
arn
Sets the value ofCfnStreamProcessor.KinesisVideoStreamProperty.getArn()
- Parameters:
arn
- ARN of the Kinesis video stream stream that streams the source video. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnStreamProcessor.KinesisVideoStreamProperty>
- Returns:
- a new instance of
CfnStreamProcessor.KinesisVideoStreamProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-