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