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