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